#8D022F

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

Shades of Burgundy #8D022F

Tints of Burgundy #8D022F

Color information

#8D022F (or 0x8D022F) is unknown color: approx Burgundy. HEX triplet: 8D, 02 and 2F. RGB value is (141,2,47). Sum of RGB (Red+Green+Blue) = 141+2+47=190 (25% of max value = 765). Red value is 141 (55.47% from 255 or 74.21% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 141 - color contains mainly: red. Hex color #8D022F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D022F is #72FDD0. Grayscale: #303030. Windows color (decimal): -7536081 or 3080845. OLE color: 3080845.

HSL color Cylindrical-coordinate representation of color #8D022F: hue angle of 340.58º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D022F is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB141247-
CMYK00.990.670.45
HSL340.58º97.2%28.04%-
HSV(B)340.58º98.58%55.29%-
XYZ11.525.913.22-
YUV48.69127.05193.84-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 74.21%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 47 (18.75% from 255) = 24.74%
R=74.21%
G=1.05%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14124700.990.670.45340.5897.228.04
Hex8D22F063432D155611c
Octal21525701431035552514134
Binary1000110110101111011000111000011101101101010101110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D022F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,2,47); }

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

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

 a { background-color: rgb(141,2,47); }

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

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

 span { border-color: rgb(141,2,47); }

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