#8D0D27

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

Shades of Burgundy #8D0D27

Tints of Burgundy #8D0D27

Color information

#8D0D27 (or 0x8D0D27) is unknown color: approx Burgundy. HEX triplet: 8D, 0D and 27. RGB value is (141,13,39). Sum of RGB (Red+Green+Blue) = 141+13+39=193 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.06% from 193); Green value is 13 (5.47% from 255 or 6.74% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0D27 is #72F2D8. Grayscale: #363636. Windows color (decimal): -7533273 or 2559373. OLE color: 2559373.

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

Color convert

RGB1411339-
CMYK00.910.720.45
HSL347.81º83.12%30.2%-
HSV(B)347.81º90.78%55.29%-
XYZ11.496.12.49-
YUV54.24119.41189.89-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.06%
GREEN value IS 13 (5.47% from 255) = 6.74%
BLUE value IS 39 (15.62% from 255) = 20.21%
R=73.06%
G=6.74%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141133900.910.720.45347.8183.1230.2
Hex8DD2705B482D15c531e
Octal215154701331105553412336
Binary100011011101100111010110111001000101101101011100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,13,39); }

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

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

 a { background-color: rgb(141,13,39); }

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

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

 span { border-color: rgb(141,13,39); }

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