#990C41

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

Shades of Jazzberry Jam #990C41

Tints of Jazzberry Jam #990C41

Color information

#990C41 (or 0x990C41) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0C and 41. RGB value is (153,12,65). Sum of RGB (Red+Green+Blue) = 153+12+65=230 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.52% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 153 - color contains mainly: red. Hex color #990C41 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C41 is #66F3BE. Grayscale: #3C3C3C. Windows color (decimal): -6747071 or 4263065. OLE color: 4263065.

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

Color convert

RGB1531265-
CMYK00.920.580.4
HSL337.45º85.45%32.35%-
HSV(B)337.45º92.16%60%-
XYZ14.227.425.68-
YUV60.2130.71194.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 66.52%
GREEN value IS 12 (5.08% from 255) = 5.22%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=66.52%
G=5.22%
B=28.26%

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
Decimal153126500.920.580.4337.4585.4532.35
Hex99C4105C3A281515520
Octal231141010134725052112540
Binary1001100111001000001010111001110101010001010100011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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