Html Css Color HEX #8E0A42 Jazzberry Jam

📋 copy color: '#8E0A42'

red 142 ◦ green 10 ◦ blue 66

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

Shades of Jazzberry Jam #8E0A42

Tints of Jazzberry Jam #8E0A42

RGB

 RED value IS 142 (55.86% from 255) = 65.14%

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

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

R = 65.14%
G = 4.59%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#8E0A42 (or 0x8E0A42) is known color: Jazzberry Jam. HEX triplet: 8E, 0A and 42. RGB value is (142,10,66). Sum of RGB (Red+Green+Blue) = 142+10+66=218 (28% of max value = 765). Red value is 142 (55.86% from 255 or 65.14% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0A42 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0A42 is #71F5BD. Grayscale: #373737. Windows color (decimal): -7468478 or 4328078. OLE color: 4328078.

HSL color Cylindrical-coordinate representation of color #8E0A42: hue angle of 334.55º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0A42 is Cyan = 0, Magento = 0.93, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 10 66 -
CMYK 0 0.93 0.54 0.44
HSL 334.55º 0.87% 0.3% -
HSV(B) 334.55º 0.93% 0.56% -
XYZ 12.25 6.36 5.74 -
YUV 55.85 133.73 189.45 -
System Red Green Blue C M Y K H S L
Decimal 142 10 66 0 0.93 0.54 0.44 334.55 0.87 0.3
Hex 8E A 42 0 5D 36 2C 14F 57 1E
Octal 216 12 102 0 135 66 54 517 127 36
Binary 10001110 1010 1000010 0 1011101 110110 101100 101001111 1010111 11110

Color Harmonies of #8E0A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0A42

Black with #8E0A42

Text Example


Text Example

White with #8E0A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E0A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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