Html Css Color HEX #8E0B31 Burgundy

📋 copy color: '#8E0B31'

red 142 ◦ green 11 ◦ blue 49

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

Shades of Burgundy #8E0B31

Tints of Burgundy #8E0B31

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.45%

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

R = 70.3%
G = 5.45%
B = 24.26%

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

#8E0B31 (or 0x8E0B31) is known color: Burgundy. HEX triplet: 8E, 0B and 31. RGB value is (142,11,49). Sum of RGB (Red+Green+Blue) = 142+11+49=202 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.30% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 49 (19.53% from 255 or 24.26% from 202); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0B31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0B31 is #71F4CE. Grayscale: #363636. Windows color (decimal): -7468239 or 3214222. OLE color: 3214222.

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

Color convert

RGB 142 11 49 -
CMYK 0 0.92 0.65 0.44
HSL 342.6º 0.86% 0.3% -
HSV(B) 342.6º 0.92% 0.56% -
XYZ 11.83 6.21 3.48 -
YUV 54.5 124.9 190.41 -
System Red Green Blue C M Y K H S L
Decimal 142 11 49 0 0.92 0.65 0.44 342.6 0.86 0.3
Hex 8E B 31 0 5C 41 2C 157 56 1E
Octal 216 13 61 0 134 101 54 527 126 36
Binary 10001110 1011 110001 0 1011100 1000001 101100 101010111 1010110 11110

Color Harmonies of #8E0B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0B31

Black with #8E0B31

Text Example


Text Example

White with #8E0B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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