Html Css Color HEX #8E0D2C Burgundy

📋 copy color: '#8E0D2C'

red 142 ◦ green 13 ◦ blue 44

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

Shades of Burgundy #8E0D2C

Tints of Burgundy #8E0D2C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.53%

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

R = 71.36%
G = 6.53%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E0D2C (or 0x8E0D2C) is known color: Burgundy. HEX triplet: 8E, 0D and 2C. RGB value is (142,13,44). Sum of RGB (Red+Green+Blue) = 142+13+44=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 13 (5.47% from 255 or 6.53% from 199); Blue value is 44 (17.58% from 255 or 22.11% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D2C is #71F2D3. Grayscale: #373737. Windows color (decimal): -7467732 or 2887054. OLE color: 2887054.

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

Color convert

RGB 142 13 44 -
CMYK 0 0.91 0.69 0.44
HSL 345.58º 0.83% 0.3% -
HSV(B) 345.58º 0.91% 0.56% -
XYZ 11.75 6.22 2.96 -
YUV 55.11 121.74 189.98 -
System Red Green Blue C M Y K H S L
Decimal 142 13 44 0 0.91 0.69 0.44 345.58 0.83 0.3
Hex 8E D 2C 0 5B 45 2C 15A 53 1E
Octal 216 15 54 0 133 105 54 532 123 36
Binary 10001110 1101 101100 0 1011011 1000101 101100 101011010 1010011 11110

Color Harmonies of #8E0D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0D2C

Black with #8E0D2C

Text Example


Text Example

White with #8E0D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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