#991854

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

Shades of Jazzberry Jam #991854

Tints of Jazzberry Jam #991854

Color information

#991854 (or 0x991854) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 18 and 54. RGB value is (153,24,84). Sum of RGB (Red+Green+Blue) = 153+24+84=261 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.62% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 153 - color contains mainly: red. Hex color #991854 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991854 is #66E7AB. Grayscale: #454545. Windows color (decimal): -6743980 or 5511321. OLE color: 5511321.

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

Color convert

RGB1532484-
CMYK00.840.450.4
HSL332.09º72.88%34.71%-
HSV(B)332.09º84.31%60%-
XYZ15.068.079.15-
YUV69.41136.24187.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.62%
GREEN value IS 24 (9.77% from 255) = 9.20%
BLUE value IS 84 (33.20% from 255) = 32.18%
R=58.62%
G=9.20%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.45
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153248400.840.450.4332.0972.8834.71
Hex9918540542D2814c4923
Octal231301240124555051411143
Binary10011001110001010100010101001011011010001010011001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991854; }

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

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

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

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

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

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

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

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