#991256

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

Shades of Jazzberry Jam #991256

Tints of Jazzberry Jam #991256

Color information

#991256 (or 0x991256) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 12 and 56. RGB value is (153,18,86). Sum of RGB (Red+Green+Blue) = 153+18+86=257 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.53% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 153 - color contains mainly: red. Hex color #991256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991256 is #66EDA9. Grayscale: #414141. Windows color (decimal): -6745514 or 5640857. OLE color: 5640857.

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

Color convert

RGB1531886-
CMYK00.880.440.4
HSL329.78º78.95%33.53%-
HSV(B)329.78º88.24%60%-
XYZ15.037.889.53-
YUV66.12139.23189.97-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.53%
GREEN value IS 18 (7.42% from 255) = 7.00%
BLUE value IS 86 (33.98% from 255) = 33.46%
R=59.53%
G=7.00%
B=33.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153188600.880.440.4329.7878.9533.53
Hex9912560582C2814a4f22
Octal231221260130545051211742
Binary10011001100101010110010110001011001010001010010101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991256; }

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

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

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

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

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

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

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

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