#990240

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

Shades of Jazzberry Jam #990240

Tints of Jazzberry Jam #990240

Color information

#990240 (or 0x990240) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 02 and 40. RGB value is (153,2,64). Sum of RGB (Red+Green+Blue) = 153+2+64=219 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.86% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 64 (25.39% from 255 or 29.22% from 219); Max value from RGB is 153 - color contains mainly: red. Hex color #990240 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990240 is #66FDBF. Grayscale: #363636. Windows color (decimal): -6749632 or 4194969. OLE color: 4194969.

HSL color Cylindrical-coordinate representation of color #990240: hue angle of 335.36º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990240 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.4.

Color convert

RGB153264-
CMYK00.990.580.4
HSL335.36º97.42%30.39%-
HSV(B)335.36º98.69%60%-
XYZ14.087.195.5-
YUV54.22133.53198.46-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.86%
GREEN value IS 2 (1.17% from 255) = 0.91%
BLUE value IS 64 (25.39% from 255) = 29.22%
R=69.86%
G=0.91%
B=29.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.58
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15326400.990.580.4335.3697.4230.39
Hex992400633A2814f611e
Octal23121000143725051714136
Binary1001100110100000001100011111010101000101001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990240; }

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

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

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

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

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

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

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

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