#8D0933

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

Shades of Burgundy #8D0933

Tints of Burgundy #8D0933

Color information

#8D0933 (or 0x8D0933) is unknown color: approx Burgundy. HEX triplet: 8D, 09 and 33. RGB value is (141,9,51). Sum of RGB (Red+Green+Blue) = 141+9+51=201 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.15% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 51 (20.31% from 255 or 25.37% from 201); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0933 is #72F6CC. Grayscale: #353535. Windows color (decimal): -7534285 or 3344781. OLE color: 3344781.

HSL color Cylindrical-coordinate representation of color #8D0933: hue angle of 340.91º 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 #8D0933 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.45.

Color convert

RGB141951-
CMYK00.940.640.45
HSL340.91º88%29.41%-
HSV(B)340.91º93.62%55.29%-
XYZ11.686.13.69-
YUV53.26126.73190.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.15%
GREEN value IS 9 (3.91% from 255) = 4.48%
BLUE value IS 51 (20.31% from 255) = 25.37%
R=70.15%
G=4.48%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14195100.940.640.45340.918829.41
Hex8D93305E402D155581d
Octal215116301361005552513035
Binary100011011001110011010111101000000101101101010101101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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