#991662

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

Shades of Jazzberry Jam #991662

Tints of Jazzberry Jam #991662

Color information

#991662 (or 0x991662) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 16 and 62. RGB value is (153,22,98). Sum of RGB (Red+Green+Blue) = 153+22+98=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #991662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991662 is #66E99D. Grayscale: #454545. Windows color (decimal): -6744478 or 6428313. OLE color: 6428313.

HSL color Cylindrical-coordinate representation of color #991662: hue angle of 325.19º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991662 is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.4.

Color convert

RGB1532298-
CMYK00.860.360.4
HSL325.19º74.86%34.31%-
HSV(B)325.19º85.62%60%-
XYZ15.638.2312.32-
YUV69.83143.9187.32-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 22 (8.98% from 255) = 8.06%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=56.04%
G=8.06%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153229800.860.360.4325.1974.8634.31
Hex99166205624281454b22
Octal231261420126445050511342
Binary10011001101101100010010101101001001010001010001011001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991662; }

 p { color: rgb(153,22,98); }

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

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

 a { background-color: rgb(153,22,98); }

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

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

 span { border-color: rgb(153,22,98); }

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