Html Css Color HEX #8E0C49 Jazzberry Jam

📋 copy color: '#8E0C49'

red 142 ◦ green 12 ◦ blue 73

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

Shades of Jazzberry Jam #8E0C49

Tints of Jazzberry Jam #8E0C49

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.29%

 BLUE value IS 73 (28.91% from 255) = 32.16%

R = 62.56%
G = 5.29%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#8E0C49 (or 0x8E0C49) is known color: Jazzberry Jam. HEX triplet: 8E, 0C and 49. RGB value is (142,12,73). Sum of RGB (Red+Green+Blue) = 142+12+73=227 (30% of max value = 765). Red value is 142 (55.86% from 255 or 62.56% from 227); Green value is 12 (5.08% from 255 or 5.29% from 227); Blue value is 73 (28.91% from 255 or 32.16% from 227); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C49 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C49 is #71F3B6. Grayscale: #393939. Windows color (decimal): -7467959 or 4787342. OLE color: 4787342.

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

Color convert

RGB 142 12 73 -
CMYK 0 0.92 0.49 0.44
HSL 331.85º 0.84% 0.3% -
HSV(B) 331.85º 0.92% 0.56% -
XYZ 12.49 6.49 6.9 -
YUV 57.82 136.57 188.04 -
System Red Green Blue C M Y K H S L
Decimal 142 12 73 0 0.92 0.49 0.44 331.85 0.84 0.3
Hex 8E C 49 0 5C 31 2C 14C 54 1E
Octal 216 14 111 0 134 61 54 514 124 36
Binary 10001110 1100 1001001 0 1011100 110001 101100 101001100 1010100 11110

Color Harmonies of #8E0C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C49

Black with #8E0C49

Text Example


Text Example

White with #8E0C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,12,73); }

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

background-color css

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

 a { background-color: rgb(142,12,73); }

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

border-color css

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

 span { border-color: rgb(142,12,73); }

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