Html Css Color HEX #8E0533 Burgundy

📋 copy color: '#8E0533'

red 142 ◦ green 5 ◦ blue 51

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

Shades of Burgundy #8E0533

Tints of Burgundy #8E0533

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.53%

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 71.72%
G = 2.53%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.44

RGB Variations

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

Color information

#8E0533 (or 0x8E0533) is known color: Burgundy. HEX triplet: 8E, 05 and 33. RGB value is (142,5,51). Sum of RGB (Red+Green+Blue) = 142+5+51=198 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.72% from 198); Green value is 5 (2.34% from 255 or 2.53% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0533 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0533 is #71FACC. Grayscale: #333333. Windows color (decimal): -7469773 or 3343758. OLE color: 3343758.

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

Color convert

RGB 142 5 51 -
CMYK 0 0.96 0.64 0.44
HSL 339.85º 0.93% 0.29% -
HSV(B) 339.85º 0.96% 0.56% -
XYZ 11.81 6.1 3.69 -
YUV 51.21 127.89 192.76 -
System Red Green Blue C M Y K H S L
Decimal 142 5 51 0 0.96 0.64 0.44 339.85 0.93 0.29
Hex 8E 5 33 0 60 40 2C 154 5D 1D
Octal 216 5 63 0 140 100 54 524 135 35
Binary 10001110 101 110011 0 1100000 1000000 101100 101010100 1011101 11101

Color Harmonies of #8E0533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0533

Black with #8E0533

Text Example


Text Example

White with #8E0533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,5,51); }

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

background-color css

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

 a { background-color: rgb(142,5,51); }

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

border-color css

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

 span { border-color: rgb(142,5,51); }

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