#990f5e

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

Shades of Jazzberry Jam #990F5E

Tints of Jazzberry Jam #990F5E

Color information

#990F5E (or 0x990F5E) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0F and 5E. RGB value is (153,15,94). Sum of RGB (Red+Green+Blue) = 153+15+94=262 (34% of max value = 765). Red value is 153 (60.16% from 255 or 58.40% from 262); Green value is 15 (6.25% from 255 or 5.73% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 153 - color contains mainly: red. Hex color #990F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F5E is #66F0A1. Grayscale: #414141. Windows color (decimal): -6746274 or 6164377. OLE color: 6164377.

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

Color convert

RGB1531594-
CMYK00.900.390.4
HSL325.65º82.14%32.94%-
HSV(B)325.65º90.2%60%-
XYZ15.337.9211.31-
YUV65.27144.22190.58-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 58.40%
GREEN value IS 15 (6.25% from 255) = 5.73%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=58.40%
G=5.73%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153159400.900.390.4325.6582.1432.94
Hex99F5E05A27281465221
Octal231171360132475050612241
Binary1001100111111011110010110101001111010001010001101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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