Html Css Color HEX #8E0029 Burgundy

📋 copy color: '#8E0029'

red 142 ◦ green 0 ◦ blue 41

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

Shades of Burgundy #8E0029

Tints of Burgundy #8E0029

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.6%
G = 0%
B = 22.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.71

 K value IS 0.44

RGB Variations

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

Color information

#8E0029 (or 0x8E0029) is known color: Burgundy. HEX triplet: 8E, 00 and 29. RGB value is (142,0,41). Sum of RGB (Red+Green+Blue) = 142+0+41=183 (24% of max value = 765). Red value is 142 (55.86% from 255 or 77.60% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 41 (16.41% from 255 or 22.40% from 183); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0029 is #71FFD6. Grayscale: #2F2F2F. Windows color (decimal): -7471063 or 2687118. OLE color: 2687118.

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

Color convert

RGB 142 0 41 -
CMYK 0 1 0.71 0.44
HSL 342.68º 1% 0.28% -
HSV(B) 342.68º 1% 0.56% -
XYZ 11.56 5.91 2.63 -
YUV 47.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 142 0 41 0 1 0.71 0.44 342.68 1 0.28
Hex 8E 0 29 0 64 47 2C 157 64 1C
Octal 216 0 51 0 144 107 54 527 144 34
Binary 10001110 0 101001 0 1100100 1000111 101100 101010111 1100100 11100

Color Harmonies of #8E0029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0029

Black with #8E0029

Text Example


Text Example

White with #8E0029

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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