#8E0D30

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

Shades of Burgundy #8E0D30

Tints of Burgundy #8E0D30

Color information

#8E0D30 (or 0x8E0D30) is unknown color: approx Burgundy. HEX triplet: 8E, 0D and 30. RGB value is (142,13,48). Sum of RGB (Red+Green+Blue) = 142+13+48=203 (26% of max value = 765). Red value is 142 (55.86% from 255 or 69.95% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 48 (19.14% from 255 or 23.65% from 203); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0D30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0D30 is #71F2CF. Grayscale: #373737. Windows color (decimal): -7467728 or 3149198. OLE color: 3149198.

HSL color Cylindrical-coordinate representation of color #8E0D30: hue angle of 343.72º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E0D30 is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.44.

Color convert

RGB1421348-
CMYK00.910.660.44
HSL343.72º83.23%30.39%-
HSV(B)343.72º90.85%55.69%-
XYZ11.836.253.38-
YUV55.56123.74189.65-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 69.95%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 48 (19.14% from 255) = 23.65%
R=69.95%
G=6.40%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal142134800.910.660.44343.7283.2330.39
Hex8ED3005B422C158531e
Octal216156001331025453012336
Binary100011101101110000010110111000010101100101011000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E0D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,13,48); }

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

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

 a { background-color: rgb(142,13,48); }

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

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

 span { border-color: rgb(142,13,48); }

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