#991551

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

Shades of Jazzberry Jam #991551

Tints of Jazzberry Jam #991551

Color information

#991551 (or 0x991551) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 15 and 51. RGB value is (153,21,81). Sum of RGB (Red+Green+Blue) = 153+21+81=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #991551 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991551 is #66EAAE. Grayscale: #434343. Windows color (decimal): -6744751 or 5313945. OLE color: 5313945.

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

Color convert

RGB1532181-
CMYK00.860.470.4
HSL332.73º75.86%34.12%-
HSV(B)332.73º86.27%60%-
XYZ14.897.98.53-
YUV67.31135.73189.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 21 (8.59% from 255) = 8.24%
BLUE value IS 81 (32.03% from 255) = 31.76%
R=60%
G=8.24%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153218100.860.470.4332.7375.8634.12
Hex9915510562F2814d4c22
Octal231251210126575051511442
Binary10011001101011010001010101101011111010001010011011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991551; }

 p { color: rgb(153,21,81); }

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

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

 a { background-color: rgb(153,21,81); }

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

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

 span { border-color: rgb(153,21,81); }

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