Html Css Color HEX #990442 Jazzberry Jam

📋 copy color: '#990442'

red 153 ◦ green 4 ◦ blue 66

#990442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #990442

Tints of Jazzberry Jam #990442

RGB

 RED value IS 153 (60.16% from 255) = 68.61%

 GREEN value IS 4 (1.95% from 255) = 1.79%

 BLUE value IS 66 (26.17% from 255) = 29.6%

R = 68.61%
G = 1.79%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#990442 (or 0x990442) is known color: Jazzberry Jam. HEX triplet: 99, 04 and 42. RGB value is (153,4,66). Sum of RGB (Red+Green+Blue) = 153+4+66=223 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.61% from 223); Green value is 4 (1.95% from 255 or 1.79% from 223); Blue value is 66 (26.17% from 255 or 29.60% from 223); Max value from RGB is 153 - color contains mainly: red. Hex color #990442 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990442 is #66FBBD. Grayscale: #373737. Windows color (decimal): -6749118 or 4326553. OLE color: 4326553.

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

Color convert

RGB 153 4 66 -
CMYK 0 0.97 0.57 0.4
HSL 335.03º 0.95% 0.31% -
HSV(B) 335.03º 0.97% 0.6% -
XYZ 14.16 7.25 5.81 -
YUV 55.62 133.86 197.46 -
System Red Green Blue C M Y K H S L
Decimal 153 4 66 0 0.97 0.57 0.4 335.03 0.95 0.31
Hex 99 4 42 0 61 39 28 14F 5F 1F
Octal 231 4 102 0 141 71 50 517 137 37
Binary 10011001 100 1000010 0 1100001 111001 101000 101001111 1011111 11111

Color Harmonies of #990442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990442

Black with #990442

Text Example


Text Example

White with #990442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990442; }

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

 H1.HeaderClassName
 {
   color: #990442;
 }
 .AnyTagClassName
 {
   color: #990442;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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