#990c3f

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

Shades of Jazzberry Jam #990C3F

Tints of Jazzberry Jam #990C3F

Color information

#990C3F (or 0x990C3F) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0C and 3F. RGB value is (153,12,63). Sum of RGB (Red+Green+Blue) = 153+12+63=228 (30% of max value = 765). Red value is 153 (60.16% from 255 or 67.11% from 228); Green value is 12 (5.08% from 255 or 5.26% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 153 - color contains mainly: red. Hex color #990C3F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990C3F is #66F3C0. Grayscale: #3B3B3B. Windows color (decimal): -6747073 or 4131993. OLE color: 4131993.

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

Color convert

RGB1531263-
CMYK00.920.590.4
HSL338.3º85.45%32.35%-
HSV(B)338.3º92.16%60%-
XYZ14.177.395.38-
YUV59.97129.71194.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 67.11%
GREEN value IS 12 (5.08% from 255) = 5.26%
BLUE value IS 63 (25% from 255) = 27.63%
R=67.11%
G=5.26%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153126300.920.590.4338.385.4532.35
Hex99C3F05C3B281525520
Octal23114770134735052212540
Binary100110011100111111010111001110111010001010100101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990c3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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