#8E0435

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

Shades of Burgundy #8E0435

Tints of Burgundy #8E0435

Color information

#8E0435 (or 0x8E0435) is unknown color: approx Burgundy. HEX triplet: 8E, 04 and 35. RGB value is (142,4,53). Sum of RGB (Red+Green+Blue) = 142+4+53=199 (26% of max value = 765). Red value is 142 (55.86% from 255 or 71.36% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 53 (21.09% from 255 or 26.63% from 199); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0435 is #71FBCA. Grayscale: #323232. Windows color (decimal): -7470027 or 3474574. OLE color: 3474574.

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

Color convert

RGB142453-
CMYK00.970.630.44
HSL338.7º94.52%28.63%-
HSV(B)338.7º97.18%55.69%-
XYZ11.846.093.92-
YUV50.85129.22193.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 71.36%
GREEN value IS 4 (1.95% from 255) = 2.01%
BLUE value IS 53 (21.09% from 255) = 26.63%
R=71.36%
G=2.01%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.63
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14245300.970.630.44338.794.5228.63
Hex8E4350613F2C1535f1d
Octal2164650141775452313735
Binary1000111010011010101100001111111101100101010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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