#991656

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

Shades of Jazzberry Jam #991656

Tints of Jazzberry Jam #991656

Color information

#991656 (or 0x991656) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 16 and 56. RGB value is (153,22,86). Sum of RGB (Red+Green+Blue) = 153+22+86=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #991656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991656 is #66E9A9. Grayscale: #444444. Windows color (decimal): -6744490 or 5641881. OLE color: 5641881.

HSL color Cylindrical-coordinate representation of color #991656: hue angle of 330.69º 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 #991656 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1532286-
CMYK00.860.440.4
HSL330.69º74.86%34.31%-
HSV(B)330.69º85.62%60%-
XYZ15.18.029.56-
YUV68.46137.9188.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 22 (8.98% from 255) = 8.43%
BLUE value IS 86 (33.98% from 255) = 32.95%
R=58.62%
G=8.43%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153228600.860.440.4330.6974.8634.31
Hex9916560562C2814b4b22
Octal231261260126545051311342
Binary10011001101101010110010101101011001010001010010111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991656; }

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

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

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

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

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

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

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

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