#991966

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

Shades of Jazzberry Jam #991966

Tints of Jazzberry Jam #991966

Color information

#991966 (or 0x991966) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 19 and 66. RGB value is (153,25,102). Sum of RGB (Red+Green+Blue) = 153+25+102=280 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.64% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 153 - color contains mainly: red. Hex color #991966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991966 is #66E699. Grayscale: #474747. Windows color (decimal): -6743706 or 6691225. OLE color: 6691225.

HSL color Cylindrical-coordinate representation of color #991966: hue angle of 323.91º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #991966 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15325102-
CMYK00.840.330.4
HSL323.91º71.91%34.9%-
HSV(B)323.91º83.66%60%-
XYZ15.888.4313.36-
YUV72.05144.91185.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 54.64%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=54.64%
G=8.93%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532510200.840.330.4323.9171.9134.9
Hex99196605421281444823
Octal231311460124415050411043
Binary10011001110011100110010101001000011010001010001001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991966; }

 p { color: rgb(153,25,102); }

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

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

 a { background-color: rgb(153,25,102); }

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

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

 span { border-color: rgb(153,25,102); }

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