#911A64

Color #911A64 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #911A64

Tints of Jazzberry Jam #911A64

Color information

#911A64 (or 0x911A64) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 1A and 64. RGB value is (145,26,100). Sum of RGB (Red+Green+Blue) = 145+26+100=271 (35% of max value = 765). Red value is 145 (57.03% from 255 or 53.51% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 100 (39.45% from 255 or 36.90% from 271); Max value from RGB is 145 - color contains mainly: red. Hex color #911A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911A64 is #6EE59B. Grayscale: #454545. Windows color (decimal): -7267740 or 6560401. OLE color: 6560401.

HSL color Cylindrical-coordinate representation of color #911A64: hue angle of 322.69º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911A64 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.43.

Color convert

RGB14526100-
CMYK00.820.310.43
HSL322.69º69.59%33.53%-
HSV(B)322.69º82.07%56.86%-
XYZ14.357.6812.78-
YUV70.02144.92181.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 145 (57.03% from 255) = 53.51%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 100 (39.45% from 255) = 36.90%
R=53.51%
G=9.59%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1452610000.820.310.43322.6969.5933.53
Hex911A640521F2B1434622
Octal221321440122375350310642
Binary1001000111010110010001010010111111010111010000111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #911A64; }

 p { color: rgb(145,26,100); }

 H1.HeaderClassName
 {
   color: #911A64;
 }
 .AnyTagClassName
 {
   color: #911A64;
 }
</style>
background-color css

<style>
 a { background-color: #911A64; }

 a { background-color: rgb(145,26,100); }

 div.DivClassName
 {
   background-color: #911A64;
 }
 .BgClassName
 {
   background-color: #911A64;
 }
</style>
border-color css

<style>
 span { border-color: #911A64; }

 span { border-color: rgb(145,26,100); }

 td.TdClassName
 {
   border-color: #911A64;
 }
 .TagClassName
 {
   border-color: #911A64;
 }
</style>