#8D0A27

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

Shades of Burgundy #8D0A27

Tints of Burgundy #8D0A27

Color information

#8D0A27 (or 0x8D0A27) is unknown color: approx Burgundy. HEX triplet: 8D, 0A and 27. RGB value is (141,10,39). Sum of RGB (Red+Green+Blue) = 141+10+39=190 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.21% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 39 (15.62% from 255 or 20.53% from 190); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0A27 is #72F5D8. Grayscale: #343434. Windows color (decimal): -7534041 or 2558605. OLE color: 2558605.

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

Color convert

RGB1411039-
CMYK00.930.720.45
HSL346.72º86.75%29.61%-
HSV(B)346.72º92.91%55.29%-
XYZ11.466.032.48-
YUV52.47120.4191.14-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 74.21%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 39 (15.62% from 255) = 20.53%
R=74.21%
G=5.26%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141103900.930.720.45346.7286.7529.61
Hex8DA2705D482D15b571e
Octal215124701351105553312736
Binary100011011010100111010111011001000101101101011011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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