#990C40

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

Shades of Jazzberry Jam #990C40

Tints of Jazzberry Jam #990C40

Color information

#990C40 (or 0x990C40) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0C and 40. RGB value is (153,12,64). Sum of RGB (Red+Green+Blue) = 153+12+64=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #990C40 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C40 is #66F3BF. Grayscale: #3C3C3C. Windows color (decimal): -6747072 or 4197529. OLE color: 4197529.

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

Color convert

RGB1531264-
CMYK00.920.580.4
HSL337.87º85.45%32.35%-
HSV(B)337.87º92.16%60%-
XYZ14.197.415.53-
YUV60.09130.21194.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.81%
GREEN value IS 12 (5.08% from 255) = 5.24%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=66.81%
G=5.24%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153126400.920.580.4337.8785.4532.35
Hex99C4005C3A281525520
Octal231141000134725052212540
Binary1001100111001000000010111001110101010001010100101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,12,64); }

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

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

 a { background-color: rgb(153,12,64); }

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

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

 span { border-color: rgb(153,12,64); }

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