Html Css Color HEX #8E0D2B Burgundy

📋 copy color: '#8E0D2B'

red 142 ◦ green 13 ◦ blue 43

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

Shades of Burgundy #8E0D2B

Tints of Burgundy #8E0D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 21.72%

R = 71.72%
G = 6.57%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E0D2B (or 0x8E0D2B) is known color: Burgundy. HEX triplet: 8E, 0D and 2B. RGB value is (142,13,43). Sum of RGB (Red+Green+Blue) = 142+13+43=198 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.72% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D2B is #71F2D4. Grayscale: #373737. Windows color (decimal): -7467733 or 2821518. OLE color: 2821518.

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

Color convert

RGB 142 13 43 -
CMYK 0 0.91 0.70 0.44
HSL 346.05º 0.83% 0.3% -
HSV(B) 346.05º 0.91% 0.56% -
XYZ 11.74 6.21 2.87 -
YUV 54.99 121.24 190.06 -
System Red Green Blue C M Y K H S L
Decimal 142 13 43 0 0.91 0.70 0.44 346.05 0.83 0.3
Hex 8E D 2B 0 5B 46 2C 15A 53 1E
Octal 216 15 53 0 133 106 54 532 123 36
Binary 10001110 1101 101011 0 1011011 1000110 101100 101011010 1010011 11110

Color Harmonies of #8E0D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0D2B

Black with #8E0D2B

Text Example


Text Example

White with #8E0D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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