Html Css Color HEX #8E1029 Burgundy

📋 copy color: '#8E1029'

red 142 ◦ green 16 ◦ blue 41

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

Shades of Burgundy #8E1029

Tints of Burgundy #8E1029

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.04%

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

R = 71.36%
G = 8.04%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8E1029 (or 0x8E1029) is known color: Burgundy. HEX triplet: 8E, 10 and 29. RGB value is (142,16,41). Sum of RGB (Red+Green+Blue) = 142+16+41=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 16 (6.64% from 255 or 8.04% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E1029 is #71EFD6. Grayscale: #383838. Windows color (decimal): -7466967 or 2691214. OLE color: 2691214.

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

Color convert

RGB 142 16 41 -
CMYK 0 0.89 0.71 0.44
HSL 348.1º 0.8% 0.31% -
HSV(B) 348.1º 0.89% 0.56% -
XYZ 11.74 6.28 2.69 -
YUV 56.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 142 16 41 0 0.89 0.71 0.44 348.1 0.8 0.31
Hex 8E 10 29 0 59 47 2C 15C 50 1F
Octal 216 20 51 0 131 107 54 534 120 37
Binary 10001110 10000 101001 0 1011001 1000111 101100 101011100 1010000 11111

Color Harmonies of #8E1029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1029

Black with #8E1029

Text Example


Text Example

White with #8E1029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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