Html Css Color HEX #8E033D Burgundy

📋 copy color: '#8E033D'

red 142 ◦ green 3 ◦ blue 61

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

Shades of Burgundy #8E033D

Tints of Burgundy #8E033D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 29.61%

R = 68.93%
G = 1.46%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#8E033D (or 0x8E033D) is known color: Burgundy. HEX triplet: 8E, 03 and 3D. RGB value is (142,3,61). Sum of RGB (Red+Green+Blue) = 142+3+61=206 (27% of max value = 765). Red value is 142 (55.86% from 255 or 68.93% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 61 (24.22% from 255 or 29.61% from 206); Max value from RGB is 142 - color contains mainly: red. Hex color #8E033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E033D is #71FCC2. Grayscale: #333333. Windows color (decimal): -7470275 or 3998606. OLE color: 3998606.

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

Color convert

RGB 142 3 61 -
CMYK 0 0.98 0.57 0.44
HSL 334.96º 0.96% 0.28% -
HSV(B) 334.96º 0.98% 0.56% -
XYZ 12.03 6.15 4.97 -
YUV 51.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 142 3 61 0 0.98 0.57 0.44 334.96 0.96 0.28
Hex 8E 3 3D 0 62 39 2C 14F 60 1C
Octal 216 3 75 0 142 71 54 517 140 34
Binary 10001110 11 111101 0 1100010 111001 101100 101001111 1100000 11100

Color Harmonies of #8E033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E033D

Black with #8E033D

Text Example


Text Example

White with #8E033D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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