#991146

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

Shades of Jazzberry Jam #991146

Tints of Jazzberry Jam #991146

Color information

#991146 (or 0x991146) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 11 and 46. RGB value is (153,17,70). Sum of RGB (Red+Green+Blue) = 153+17+70=240 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.75% from 240); Green value is 17 (7.03% from 255 or 7.08% from 240); Blue value is 70 (27.73% from 255 or 29.17% from 240); Max value from RGB is 153 - color contains mainly: red. Hex color #991146 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #991146 is #66EEB9. Grayscale: #3F3F3F. Windows color (decimal): -6745786 or 4592025. OLE color: 4592025.

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

Color convert

RGB1531770-
CMYK00.890.540.4
HSL336.62º80%33.33%-
HSV(B)336.62º88.89%60%-
XYZ14.447.626.5-
YUV63.71131.56191.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.75%
GREEN value IS 17 (7.03% from 255) = 7.08%
BLUE value IS 70 (27.73% from 255) = 29.17%
R=63.75%
G=7.08%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153177000.890.540.4336.628033.33
Hex99114605936281515021
Octal231211060131665052112041
Binary10011001100011000110010110011101101010001010100011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991146; }

 p { color: rgb(153,17,70); }

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

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

 a { background-color: rgb(153,17,70); }

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

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

 span { border-color: rgb(153,17,70); }

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