#990242

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

Shades of Jazzberry Jam #990242

Tints of Jazzberry Jam #990242

Color information

#990242 (or 0x990242) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 02 and 42. RGB value is (153,2,66). Sum of RGB (Red+Green+Blue) = 153+2+66=221 (29% of max value = 765). Red value is 153 (60.16% from 255 or 69.23% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 153 - color contains mainly: red. Hex color #990242 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990242 is #66FDBD. Grayscale: #363636. Windows color (decimal): -6749630 or 4326041. OLE color: 4326041.

HSL color Cylindrical-coordinate representation of color #990242: hue angle of 334.57º 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 #990242 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB153266-
CMYK00.990.570.4
HSL334.57º97.42%30.39%-
HSV(B)334.57º98.69%60%-
XYZ14.147.215.8-
YUV54.44134.53198.3-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 69.23%
GREEN value IS 2 (1.17% from 255) = 0.90%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=69.23%
G=0.90%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15326600.990.570.4334.5797.4230.39
Hex99242063392814f611e
Octal23121020143715051714136
Binary1001100110100001001100011111001101000101001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990242; }

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

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

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

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

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

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

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

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