Html Css Color HEX #8E1229 Burgundy

📋 copy color: '#8E1229'

red 142 ◦ green 18 ◦ blue 41

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

Shades of Burgundy #8E1229

Tints of Burgundy #8E1229

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

 BLUE value IS 41 (16.41% from 255) = 20.4%

R = 70.65%
G = 8.96%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8E1229 (or 0x8E1229) is known color: Burgundy. HEX triplet: 8E, 12 and 29. RGB value is (142,18,41). Sum of RGB (Red+Green+Blue) = 142+18+41=201 (26% of max value = 765). Red value is 142 (55.86% from 255 or 70.65% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 41 (16.41% from 255 or 20.40% from 201); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1229 is #71EDD6. Grayscale: #393939. Windows color (decimal): -7466455 or 2691726. OLE color: 2691726.

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

Color convert

RGB 142 18 41 -
CMYK 0 0.87 0.71 0.44
HSL 348.87º 0.78% 0.31% -
HSV(B) 348.87º 0.87% 0.56% -
XYZ 11.77 6.34 2.7 -
YUV 57.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 142 18 41 0 0.87 0.71 0.44 348.87 0.78 0.31
Hex 8E 12 29 0 57 47 2C 15D 4E 1F
Octal 216 22 51 0 127 107 54 535 116 37
Binary 10001110 10010 101001 0 1010111 1000111 101100 101011101 1001110 11111

Color Harmonies of #8E1229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1229

Black with #8E1229

Text Example


Text Example

White with #8E1229

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,18,41); }

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

background-color css

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

 a { background-color: rgb(142,18,41); }

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

border-color css

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

 span { border-color: rgb(142,18,41); }

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