#990E46

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

Shades of Jazzberry Jam #990E46

Tints of Jazzberry Jam #990E46

Color information

#990E46 (or 0x990E46) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0E and 46. RGB value is (153,14,70). Sum of RGB (Red+Green+Blue) = 153+14+70=237 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.56% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 70 (27.73% from 255 or 29.54% from 237); Max value from RGB is 153 - color contains mainly: red. Hex color #990E46 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990E46 is #66F1B9. Grayscale: #3D3D3D. Windows color (decimal): -6746554 or 4591257. OLE color: 4591257.

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

Color convert

RGB1531470-
CMYK00.910.540.4
HSL335.83º83.23%32.75%-
HSV(B)335.83º90.85%60%-
XYZ14.47.536.49-
YUV61.95132.55192.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.56%
GREEN value IS 14 (5.86% from 255) = 5.91%
BLUE value IS 70 (27.73% from 255) = 29.54%
R=64.56%
G=5.91%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153147000.910.540.4335.8383.2332.75
Hex99E4605B36281505321
Octal231161060133665052012341
Binary1001100111101000110010110111101101010001010100001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990E46; }

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

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

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

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

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

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

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

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