#8D0926

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

Shades of Burgundy #8D0926

Tints of Burgundy #8D0926

Color information

#8D0926 (or 0x8D0926) is unknown color: approx Burgundy. HEX triplet: 8D, 09 and 26. RGB value is (141,9,38). Sum of RGB (Red+Green+Blue) = 141+9+38=188 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 38 (15.23% from 255 or 20.21% from 188); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0926 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0926 is #72F6D9. Grayscale: #333333. Windows color (decimal): -7534298 or 2492813. OLE color: 2492813.

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

Color convert

RGB141938-
CMYK00.940.730.45
HSL346.82º88%29.41%-
HSV(B)346.82º93.62%55.29%-
XYZ11.4362.39-
YUV51.77120.23191.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 75%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 38 (15.23% from 255) = 20.21%
R=75%
G=4.79%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14193800.940.730.45346.828829.41
Hex8D92605E492D15b581d
Octal215114601361115553313035
Binary100011011001100110010111101001001101101101011011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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