Html Css Color HEX #8E112C Burgundy

📋 copy color: '#8E112C'

red 142 ◦ green 17 ◦ blue 44

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

Shades of Burgundy #8E112C

Tints of Burgundy #8E112C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

 BLUE value IS 44 (17.58% from 255) = 21.67%

R = 69.95%
G = 8.37%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E112C (or 0x8E112C) is known color: Burgundy. HEX triplet: 8E, 11 and 2C. RGB value is (142,17,44). Sum of RGB (Red+Green+Blue) = 142+17+44=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E112C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E112C is #71EED3. Grayscale: #393939. Windows color (decimal): -7466708 or 2888078. OLE color: 2888078.

HSL color Cylindrical-coordinate representation of color #8E112C: hue angle of 347.04º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E112C is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 17 44 -
CMYK 0 0.88 0.69 0.44
HSL 347.04º 0.79% 0.31% -
HSV(B) 347.04º 0.88% 0.56% -
XYZ 11.81 6.33 2.98 -
YUV 57.45 120.41 188.3 -
System Red Green Blue C M Y K H S L
Decimal 142 17 44 0 0.88 0.69 0.44 347.04 0.79 0.31
Hex 8E 11 2C 0 58 45 2C 15B 4F 1F
Octal 216 21 54 0 130 105 54 533 117 37
Binary 10001110 10001 101100 0 1011000 1000101 101100 101011011 1001111 11111

Color Harmonies of #8E112C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E112C

Black with #8E112C

Text Example


Text Example

White with #8E112C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,44); }

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

background-color css

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

 a { background-color: rgb(142,17,44); }

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

border-color css

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

 span { border-color: rgb(142,17,44); }

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