Html Css Color HEX #8E033C Burgundy

📋 copy color: '#8E033C'

red 142 ◦ green 3 ◦ blue 60

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

Shades of Burgundy #8E033C

Tints of Burgundy #8E033C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.27%

R = 69.27%
G = 1.46%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E033C (or 0x8E033C) is known color: Burgundy. HEX triplet: 8E, 03 and 3C. RGB value is (142,3,60). Sum of RGB (Red+Green+Blue) = 142+3+60=205 (27% of max value = 765). Red value is 142 (55.86% from 255 or 69.27% from 205); Green value is 3 (1.56% from 255 or 1.46% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 142 - color contains mainly: red. Hex color #8E033C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E033C is #71FCC3. Grayscale: #323232. Windows color (decimal): -7470276 or 3933070. OLE color: 3933070.

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

Color convert

RGB 142 3 60 -
CMYK 0 0.98 0.58 0.44
HSL 335.4º 0.96% 0.28% -
HSV(B) 335.4º 0.98% 0.56% -
XYZ 12 6.14 4.83 -
YUV 51.06 133.05 192.87 -
System Red Green Blue C M Y K H S L
Decimal 142 3 60 0 0.98 0.58 0.44 335.4 0.96 0.28
Hex 8E 3 3C 0 62 3A 2C 14F 60 1C
Octal 216 3 74 0 142 72 54 517 140 34
Binary 10001110 11 111100 0 1100010 111010 101100 101001111 1100000 11100

Color Harmonies of #8E033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E033C

Black with #8E033C

Text Example


Text Example

White with #8E033C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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