Html Css Color HEX #8E032A Burgundy

📋 copy color: '#8E032A'

red 142 ◦ green 3 ◦ blue 42

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

Shades of Burgundy #8E032A

Tints of Burgundy #8E032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 22.46%

R = 75.94%
G = 1.6%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.44

RGB Variations

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

Color information

#8E032A (or 0x8E032A) is known color: Burgundy. HEX triplet: 8E, 03 and 2A. RGB value is (142,3,42). Sum of RGB (Red+Green+Blue) = 142+3+42=187 (24% of max value = 765). Red value is 142 (55.86% from 255 or 75.94% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 42 (16.80% from 255 or 22.46% from 187); Max value from RGB is 142 - color contains mainly: red. Hex color #8E032A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E032A is #71FCD5. Grayscale: #303030. Windows color (decimal): -7470294 or 2753422. OLE color: 2753422.

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

Color convert

RGB 142 3 42 -
CMYK 0 0.98 0.70 0.44
HSL 343.17º 0.96% 0.28% -
HSV(B) 343.17º 0.98% 0.56% -
XYZ 11.61 5.98 2.73 -
YUV 49.01 124.05 194.33 -
System Red Green Blue C M Y K H S L
Decimal 142 3 42 0 0.98 0.70 0.44 343.17 0.96 0.28
Hex 8E 3 2A 0 62 46 2C 157 60 1C
Octal 216 3 52 0 142 106 54 527 140 34
Binary 10001110 11 101010 0 1100010 1000110 101100 101010111 1100000 11100

Color Harmonies of #8E032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E032A

Black with #8E032A

Text Example


Text Example

White with #8E032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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