#991959

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

Shades of Jazzberry Jam #991959

Tints of Jazzberry Jam #991959

Color information

#991959 (or 0x991959) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 19 and 59. RGB value is (153,25,89). Sum of RGB (Red+Green+Blue) = 153+25+89=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #991959 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991959 is #66E6A6. Grayscale: #464646. Windows color (decimal): -6743719 or 5839257. OLE color: 5839257.

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

Color convert

RGB1532589-
CMYK00.840.420.4
HSL330º71.91%34.9%-
HSV(B)330º83.66%60%-
XYZ15.298.1910.23-
YUV70.57138.41186.8-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 25 (10.16% from 255) = 9.36%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=57.30%
G=9.36%
B=33.33%

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
Decimal153258900.840.420.433071.9134.9
Hex9919590542A2814a4823
Octal231311310124525051211043
Binary10011001110011011001010101001010101010001010010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991959; }

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

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

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

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

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

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

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

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