#991858

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

Shades of Jazzberry Jam #991858

Tints of Jazzberry Jam #991858

Color information

#991858 (or 0x991858) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 18 and 58. RGB value is (153,24,88). Sum of RGB (Red+Green+Blue) = 153+24+88=265 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.74% from 265); Green value is 24 (9.77% from 255 or 9.06% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 153 - color contains mainly: red. Hex color #991858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991858 is #66E7A7. Grayscale: #454545. Windows color (decimal): -6743976 or 5773465. OLE color: 5773465.

HSL color Cylindrical-coordinate representation of color #991858: hue angle of 330.23º degrees, saturation: 0.73, 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 #991858 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB1532488-
CMYK00.840.420.4
HSL330.23º72.88%34.71%-
HSV(B)330.23º84.31%60%-
XYZ15.228.1310-
YUV69.87138.24187.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.74%
GREEN value IS 24 (9.77% from 255) = 9.06%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=57.74%
G=9.06%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153248800.840.420.4330.2372.8834.71
Hex9918580542A2814a4923
Octal231301300124525051211143
Binary10011001110001011000010101001010101010001010010101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991858; }

 p { color: rgb(153,24,88); }

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

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

 a { background-color: rgb(153,24,88); }

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

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

 span { border-color: rgb(153,24,88); }

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