Html Css Color HEX #8E032C Burgundy

📋 copy color: '#8E032C'

red 142 ◦ green 3 ◦ blue 44

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

Shades of Burgundy #8E032C

Tints of Burgundy #8E032C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.59%

 BLUE value IS 44 (17.58% from 255) = 23.28%

R = 75.13%
G = 1.59%
B = 23.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#8E032C (or 0x8E032C) is known color: Burgundy. HEX triplet: 8E, 03 and 2C. RGB value is (142,3,44). Sum of RGB (Red+Green+Blue) = 142+3+44=189 (25% of max value = 765). Red value is 142 (55.86% from 255 or 75.13% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 142 - color contains mainly: red. Hex color #8E032C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E032C is #71FCD3. Grayscale: #313131. Windows color (decimal): -7470292 or 2884494. OLE color: 2884494.

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

Color convert

RGB 142 3 44 -
CMYK 0 0.98 0.69 0.44
HSL 342.3º 0.96% 0.28% -
HSV(B) 342.3º 0.98% 0.56% -
XYZ 11.64 6 2.93 -
YUV 49.24 125.05 194.17 -
System Red Green Blue C M Y K H S L
Decimal 142 3 44 0 0.98 0.69 0.44 342.3 0.96 0.28
Hex 8E 3 2C 0 62 45 2C 156 60 1C
Octal 216 3 54 0 142 105 54 526 140 34
Binary 10001110 11 101100 0 1100010 1000101 101100 101010110 1100000 11100

Color Harmonies of #8E032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E032C

Black with #8E032C

Text Example


Text Example

White with #8E032C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,3,44); }

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

background-color css

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

 a { background-color: rgb(142,3,44); }

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

border-color css

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

 span { border-color: rgb(142,3,44); }

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