#990f5b

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

Shades of Jazzberry Jam #990F5B

Tints of Jazzberry Jam #990F5B

Color information

#990F5B (or 0x990F5B) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0F and 5B. RGB value is (153,15,91). Sum of RGB (Red+Green+Blue) = 153+15+91=259 (34% of max value = 765). Red value is 153 (60.16% from 255 or 59.07% from 259); Green value is 15 (6.25% from 255 or 5.79% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 153 - color contains mainly: red. Hex color #990F5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F5B is #66F0A4. Grayscale: #404040. Windows color (decimal): -6746277 or 5967769. OLE color: 5967769.

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

Color convert

RGB1531591-
CMYK00.900.410.4
HSL326.96º82.14%32.94%-
HSV(B)326.96º90.2%60%-
XYZ15.27.8710.62-
YUV64.93142.72190.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.07%
GREEN value IS 15 (6.25% from 255) = 5.79%
BLUE value IS 91 (35.94% from 255) = 35.14%
R=59.07%
G=5.79%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153159100.900.410.4326.9682.1432.94
Hex99F5B05A29281475221
Octal231171330132515050712241
Binary1001100111111011011010110101010011010001010001111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990f5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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