Html Css Color HEX #990A42 Jazzberry Jam

📋 copy color: '#990A42'

red 153 ◦ green 10 ◦ blue 66

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

Shades of Jazzberry Jam #990A42

Tints of Jazzberry Jam #990A42

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.37%

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

R = 66.81%
G = 4.37%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#990A42 (or 0x990A42) is known color: Jazzberry Jam. HEX triplet: 99, 0A and 42. RGB value is (153,10,66). Sum of RGB (Red+Green+Blue) = 153+10+66=229 (30% of max value = 765). Red value is 153 (60.16% from 255 or 66.81% from 229); Green value is 10 (4.30% from 255 or 4.37% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 153 - color contains mainly: red. Hex color #990A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990A42 is #66F5BD. Grayscale: #3B3B3B. Windows color (decimal): -6747582 or 4328089. OLE color: 4328089.

HSL color Cylindrical-coordinate representation of color #990A42: hue angle of 336.5º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990A42 is Cyan = 0, Magento = 0.93, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 10 66 -
CMYK 0 0.93 0.57 0.4
HSL 336.5º 0.88% 0.32% -
HSV(B) 336.5º 0.93% 0.6% -
XYZ 14.23 7.38 5.83 -
YUV 59.14 131.88 194.95 -
System Red Green Blue C M Y K H S L
Decimal 153 10 66 0 0.93 0.57 0.4 336.5 0.88 0.32
Hex 99 A 42 0 5D 39 28 151 58 20
Octal 231 12 102 0 135 71 50 521 130 40
Binary 10011001 1010 1000010 0 1011101 111001 101000 101010001 1011000 100000

Color Harmonies of #990A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990A42

Black with #990A42

Text Example


Text Example

White with #990A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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