#8D102E

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

Shades of Burgundy #8D102E

Tints of Burgundy #8D102E

Color information

#8D102E (or 0x8D102E) is unknown color: approx Burgundy. HEX triplet: 8D, 10 and 2E. RGB value is (141,16,46). Sum of RGB (Red+Green+Blue) = 141+16+46=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 16 (6.64% from 255 or 7.88% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D102E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D102E is #72EFD1. Grayscale: #383838. Windows color (decimal): -7532498 or 3018893. OLE color: 3018893.

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

Color convert

RGB1411646-
CMYK00.890.670.45
HSL345.6º79.62%30.78%-
HSV(B)345.6º88.65%55.29%-
XYZ11.666.233.17-
YUV56.8121.91188.06-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 16 (6.64% from 255) = 7.88%
BLUE value IS 46 (18.36% from 255) = 22.66%
R=69.46%
G=7.88%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141164600.890.670.45345.679.6230.78
Hex8D102E059432D15a501f
Octal215205601311035553212037
Binary1000110110000101110010110011000011101101101011010101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D102E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,16,46); }

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

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

 a { background-color: rgb(141,16,46); }

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

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

 span { border-color: rgb(141,16,46); }

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