#990F44

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

Shades of Jazzberry Jam #990F44

Tints of Jazzberry Jam #990F44

Color information

#990F44 (or 0x990F44) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0F and 44. RGB value is (153,15,68). Sum of RGB (Red+Green+Blue) = 153+15+68=236 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.83% from 236); Green value is 15 (6.25% from 255 or 6.36% from 236); Blue value is 68 (26.95% from 255 or 28.81% from 236); Max value from RGB is 153 - color contains mainly: red. Hex color #990F44 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F44 is #66F0BB. Grayscale: #3E3E3E. Windows color (decimal): -6746300 or 4460441. OLE color: 4460441.

HSL color Cylindrical-coordinate representation of color #990F44: hue angle of 336.96º degrees, saturation: 0.82, 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 #990F44 is Cyan = 0, Magento = 0.90, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB1531568-
CMYK00.900.560.4
HSL336.96º82.14%32.94%-
HSV(B)336.96º90.2%60%-
XYZ14.357.536.17-
YUV62.3131.22192.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.83%
GREEN value IS 15 (6.25% from 255) = 6.36%
BLUE value IS 68 (26.95% from 255) = 28.81%
R=64.83%
G=6.36%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153156800.900.560.4336.9682.1432.94
Hex99F4405A38281515221
Octal231171040132705052112241
Binary1001100111111000100010110101110001010001010100011010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,15,68); }

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

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

 a { background-color: rgb(153,15,68); }

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

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

 span { border-color: rgb(153,15,68); }

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