#8D0927

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

Shades of Burgundy #8D0927

Tints of Burgundy #8D0927

Color information

#8D0927 (or 0x8D0927) is unknown color: approx Burgundy. HEX triplet: 8D, 09 and 27. RGB value is (141,9,39). Sum of RGB (Red+Green+Blue) = 141+9+39=189 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.60% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0927 is #72F6D8. Grayscale: #333333. Windows color (decimal): -7534297 or 2558349. OLE color: 2558349.

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

Color convert

RGB141939-
CMYK00.940.720.45
HSL346.36º88%29.41%-
HSV(B)346.36º93.62%55.29%-
XYZ11.4562.48-
YUV51.89120.73191.56-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 74.60%
GREEN value IS 9 (3.91% from 255) = 4.76%
BLUE value IS 39 (15.62% from 255) = 20.63%
R=74.60%
G=4.76%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.72
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14193900.940.720.45346.368829.41
Hex8D92705E482D15a581d
Octal215114701361105553213035
Binary100011011001100111010111101001000101101101011010101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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