#8E0531

Color #8E0531 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #8E0531

Tints of Burgundy #8E0531

Color information

#8E0531 (or 0x8E0531) is unknown color: approx Burgundy. HEX triplet: 8E, 05 and 31. RGB value is (142,5,49). Sum of RGB (Red+Green+Blue) = 142+5+49=196 (25% of max value = 765). Red value is 142 (55.86% from 255 or 72.45% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 49 (19.53% from 255 or 25% from 196); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0531 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0531 is #71FACE. Grayscale: #323232. Windows color (decimal): -7469775 or 3212686. OLE color: 3212686.

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

Color convert

RGB142549-
CMYK00.960.650.44
HSL340.73º93.2%28.82%-
HSV(B)340.73º96.48%55.69%-
XYZ11.766.083.46-
YUV50.98126.89192.92-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 72.45%
GREEN value IS 5 (2.34% from 255) = 2.55%
BLUE value IS 49 (19.53% from 255) = 25%
R=72.45%
G=2.55%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14254900.960.650.44340.7393.228.82
Hex8E531060412C1555d1d
Octal21656101401015452513535
Binary10001110101110001011000001000001101100101010101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E0531;
 }
 .AnyTagClassName
 {
   color: #8E0531;
 }
</style>
background-color css

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

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

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

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

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

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