Html Css Color HEX #8E0C31 Burgundy

📋 copy color: '#8E0C31'

red 142 ◦ green 12 ◦ blue 49

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

Shades of Burgundy #8E0C31

Tints of Burgundy #8E0C31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 24.14%

R = 69.95%
G = 5.91%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#8E0C31 (or 0x8E0C31) is known color: Burgundy. HEX triplet: 8E, 0C and 31. RGB value is (142,12,49). Sum of RGB (Red+Green+Blue) = 142+12+49=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0C31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0C31 is #71F3CE. Grayscale: #373737. Windows color (decimal): -7467983 or 3214478. OLE color: 3214478.

HSL color Cylindrical-coordinate representation of color #8E0C31: hue angle of 342.92º 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 #8E0C31 is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 12 49 -
CMYK 0 0.92 0.65 0.44
HSL 342.92º 0.84% 0.3% -
HSV(B) 342.92º 0.92% 0.56% -
XYZ 11.84 6.24 3.49 -
YUV 55.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 142 12 49 0 0.92 0.65 0.44 342.92 0.84 0.3
Hex 8E C 31 0 5C 41 2C 157 54 1E
Octal 216 14 61 0 134 101 54 527 124 36
Binary 10001110 1100 110001 0 1011100 1000001 101100 101010111 1010100 11110

Color Harmonies of #8E0C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0C31

Black with #8E0C31

Text Example


Text Example

White with #8E0C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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