#991056

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

Shades of Jazzberry Jam #991056

Tints of Jazzberry Jam #991056

Color information

#991056 (or 0x991056) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 10 and 56. RGB value is (153,16,86). Sum of RGB (Red+Green+Blue) = 153+16+86=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 86 (33.98% from 255 or 33.73% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #991056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991056 is #66EFA9. Grayscale: #404040. Windows color (decimal): -6746026 or 5640345. OLE color: 5640345.

HSL color Cylindrical-coordinate representation of color #991056: hue angle of 329.34º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991056 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1531686-
CMYK00.900.440.4
HSL329.34º81.07%33.14%-
HSV(B)329.34º89.54%60%-
XYZ157.819.52-
YUV64.94139.89190.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 6.27%
BLUE value IS 86 (33.98% from 255) = 33.73%
R=60%
G=6.27%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153168600.900.440.4329.3481.0733.14
Hex99105605A2C281495121
Octal231201260132545051112141
Binary10011001100001010110010110101011001010001010010011010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991056; }

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

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

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

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

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

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

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

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