#991266

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

Shades of Jazzberry Jam #991266

Tints of Jazzberry Jam #991266

Color information

#991266 (or 0x991266) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 12 and 66. RGB value is (153,18,102). Sum of RGB (Red+Green+Blue) = 153+18+102=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 102 (40.23% from 255 or 37.36% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #991266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991266 is #66ED99. Grayscale: #434343. Windows color (decimal): -6745498 or 6689433. OLE color: 6689433.

HSL color Cylindrical-coordinate representation of color #991266: hue angle of 322.67º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #991266 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15318102-
CMYK00.880.330.4
HSL322.67º78.95%33.53%-
HSV(B)322.67º88.24%60%-
XYZ15.758.1613.32-
YUV67.94147.23188.67-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.04%
GREEN value IS 18 (7.42% from 255) = 6.59%
BLUE value IS 102 (40.23% from 255) = 37.36%
R=56.04%
G=6.59%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531810200.880.330.4322.6778.9533.53
Hex99126605821281434f22
Octal231221460130415050311742
Binary10011001100101100110010110001000011010001010000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991266; }

 p { color: rgb(153,18,102); }

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

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

 a { background-color: rgb(153,18,102); }

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

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

 span { border-color: rgb(153,18,102); }

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