#8D002F

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

Shades of Burgundy #8D002F

Tints of Burgundy #8D002F

Color information

#8D002F (or 0x8D002F) is unknown color: approx Burgundy. HEX triplet: 8D, 00 and 2F. RGB value is (141,0,47). Sum of RGB (Red+Green+Blue) = 141+0+47=188 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 141 - color contains mainly: red. Hex color #8D002F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D002F is #72FFD0. Grayscale: #2F2F2F. Windows color (decimal): -7536593 or 3080333. OLE color: 3080333.

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

Color convert

RGB141047-
CMYK010.670.45
HSL340º100%27.65%-
HSV(B)340º100%55.29%-
XYZ11.55.873.22-
YUV47.52127.71194.68-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141047010.670.4534010027.65
Hex8D02F064432D154641c
Octal21505701441035552414434
Binary100011010101111011001001000011101101101010100110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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