#990D51

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

Shades of Jazzberry Jam #990D51

Tints of Jazzberry Jam #990D51

Color information

#990D51 (or 0x990D51) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0D and 51. RGB value is (153,13,81). Sum of RGB (Red+Green+Blue) = 153+13+81=247 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.94% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 81 (32.03% from 255 or 32.79% from 247); Max value from RGB is 153 - color contains mainly: red. Hex color #990D51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990D51 is #66F2AE. Grayscale: #3E3E3E. Windows color (decimal): -6746799 or 5311897. OLE color: 5311897.

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

Color convert

RGB1531381-
CMYK00.920.470.4
HSL330.86º84.34%32.55%-
HSV(B)330.86º91.5%60%-
XYZ14.777.658.48-
YUV62.61138.38192.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.94%
GREEN value IS 13 (5.47% from 255) = 5.26%
BLUE value IS 81 (32.03% from 255) = 32.79%
R=61.94%
G=5.26%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153138100.920.470.4330.8684.3432.55
Hex99D5105C2F2814b5421
Octal231151210134575051312441
Binary1001100111011010001010111001011111010001010010111010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,13,81); }

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

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

 a { background-color: rgb(153,13,81); }

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

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

 span { border-color: rgb(153,13,81); }

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