#911A60

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

Shades of Jazzberry Jam #911A60

Tints of Jazzberry Jam #911A60

Color information

#911A60 (or 0x911A60) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 1A and 60. RGB value is (145,26,96). Sum of RGB (Red+Green+Blue) = 145+26+96=267 (35% of max value = 765). Red value is 145 (57.03% from 255 or 54.31% from 267); Green value is 26 (10.55% from 255 or 9.74% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 145 - color contains mainly: red. Hex color #911A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911A60 is #6EE59F. Grayscale: #454545. Windows color (decimal): -7267744 or 6298257. OLE color: 6298257.

HSL color Cylindrical-coordinate representation of color #911A60: hue angle of 324.71º 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 #911A60 is Cyan = 0, Magento = 0.82, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1452696-
CMYK00.820.340.43
HSL324.71º69.59%33.53%-
HSV(B)324.71º82.07%56.86%-
XYZ14.167.611.79-
YUV69.56142.92181.81-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 54.31%
GREEN value IS 26 (10.55% from 255) = 9.74%
BLUE value IS 96 (37.89% from 255) = 35.96%
R=54.31%
G=9.74%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145269600.820.340.43324.7169.5933.53
Hex911A60052222B1454622
Octal221321400122425350510642
Binary10010001110101100000010100101000101010111010001011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #911A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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