#991665

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

Shades of Jazzberry Jam #991665

Tints of Jazzberry Jam #991665

Color information

#991665 (or 0x991665) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 16 and 65. RGB value is (153,22,101). Sum of RGB (Red+Green+Blue) = 153+22+101=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 101 (39.84% from 255 or 36.59% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #991665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991665 is #66E99A. Grayscale: #454545. Windows color (decimal): -6744475 or 6624921. OLE color: 6624921.

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

Color convert

RGB15322101-
CMYK00.860.340.4
HSL323.82º74.86%34.31%-
HSV(B)323.82º85.62%60%-
XYZ15.778.2913.08-
YUV70.18145.4187.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 55.43%
GREEN value IS 22 (8.98% from 255) = 7.97%
BLUE value IS 101 (39.84% from 255) = 36.59%
R=55.43%
G=7.97%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1532210100.860.340.4323.8274.8634.31
Hex99166505622281444b22
Octal231261450126425050411342
Binary10011001101101100101010101101000101010001010001001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991665; }

 p { color: rgb(153,22,101); }

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

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

 a { background-color: rgb(153,22,101); }

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

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

 span { border-color: rgb(153,22,101); }

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