#990F4B

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

Shades of Jazzberry Jam #990F4B

Tints of Jazzberry Jam #990F4B

Color information

#990F4B (or 0x990F4B) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0F and 4B. RGB value is (153,15,75). Sum of RGB (Red+Green+Blue) = 153+15+75=243 (32% of max value = 765). Red value is 153 (60.16% from 255 or 62.96% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 153 - color contains mainly: red. Hex color #990F4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990F4B is #66F0B4. Grayscale: #3F3F3F. Windows color (decimal): -6746293 or 4919193. OLE color: 4919193.

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

Color convert

RGB1531575-
CMYK00.900.510.4
HSL333.91º82.14%32.94%-
HSV(B)333.91º90.2%60%-
XYZ14.587.627.36-
YUV63.1134.72192.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 62.96%
GREEN value IS 15 (6.25% from 255) = 6.17%
BLUE value IS 75 (29.69% from 255) = 30.86%
R=62.96%
G=6.17%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153157500.900.510.4333.9182.1432.94
Hex99F4B05A332814e5221
Octal231171130132635051612241
Binary1001100111111001011010110101100111010001010011101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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