#990C4C

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

Shades of Jazzberry Jam #990C4C

Tints of Jazzberry Jam #990C4C

Color information

#990C4C (or 0x990C4C) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0C and 4C. RGB value is (153,12,76). Sum of RGB (Red+Green+Blue) = 153+12+76=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #990C4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C4C is #66F3B3. Grayscale: #3D3D3D. Windows color (decimal): -6747060 or 4983961. OLE color: 4983961.

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

Color convert

RGB1531276-
CMYK00.920.500.4
HSL332.77º85.45%32.35%-
HSV(B)332.77º92.16%60%-
XYZ14.577.567.53-
YUV61.46136.21193.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.49%
GREEN value IS 12 (5.08% from 255) = 4.98%
BLUE value IS 76 (30.08% from 255) = 31.54%
R=63.49%
G=4.98%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153127600.920.500.4332.7785.4532.35
Hex99C4C05C322814d5520
Octal231141140134625051512540
Binary1001100111001001100010111001100101010001010011011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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