Html Css Color HEX #8E043C Burgundy

📋 copy color: '#8E043C'

red 142 ◦ green 4 ◦ blue 60

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

Shades of Burgundy #8E043C

Tints of Burgundy #8E043C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.94%

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

R = 68.93%
G = 1.94%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.58

 K value IS 0.44

RGB Variations

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

Color information

#8E043C (or 0x8E043C) is known color: Burgundy. HEX triplet: 8E, 04 and 3C. RGB value is (142,4,60). Sum of RGB (Red+Green+Blue) = 142+4+60=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 60 (23.83% from 255 or 29.13% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E043C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E043C is #71FBC3. Grayscale: #333333. Windows color (decimal): -7470020 or 3933326. OLE color: 3933326.

HSL color Cylindrical-coordinate representation of color #8E043C: hue angle of 335.65º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E043C is Cyan = 0, Magento = 0.97, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 4 60 -
CMYK 0 0.97 0.58 0.44
HSL 335.65º 0.95% 0.29% -
HSV(B) 335.65º 0.97% 0.56% -
XYZ 12.01 6.16 4.83 -
YUV 51.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 142 4 60 0 0.97 0.58 0.44 335.65 0.95 0.29
Hex 8E 4 3C 0 61 3A 2C 150 5F 1D
Octal 216 4 74 0 141 72 54 520 137 35
Binary 10001110 100 111100 0 1100001 111010 101100 101010000 1011111 11101

Color Harmonies of #8E043C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E043C

Black with #8E043C

Text Example


Text Example

White with #8E043C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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