#991862

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

Shades of Jazzberry Jam #991862

Tints of Jazzberry Jam #991862

Color information

#991862 (or 0x991862) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 18 and 62. RGB value is (153,24,98). Sum of RGB (Red+Green+Blue) = 153+24+98=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 98 (38.67% from 255 or 35.64% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #991862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991862 is #66E79D. Grayscale: #464646. Windows color (decimal): -6743966 or 6428825. OLE color: 6428825.

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

Color convert

RGB1532498-
CMYK00.840.360.4
HSL325.58º72.88%34.71%-
HSV(B)325.58º84.31%60%-
XYZ15.678.3112.33-
YUV71.01143.24186.48-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.64%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 98 (38.67% from 255) = 35.64%
R=55.64%
G=8.73%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153249800.840.360.4325.5872.8834.71
Hex99186205424281464923
Octal231301420124445050611143
Binary10011001110001100010010101001001001010001010001101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991862; }

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

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

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

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

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

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

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

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