#8C0929

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

Shades of Burgundy #8C0929

Tints of Burgundy #8C0929

Color information

#8C0929 (or 0x8C0929) is unknown color: approx Burgundy. HEX triplet: 8C, 09 and 29. RGB value is (140,9,41). Sum of RGB (Red+Green+Blue) = 140+9+41=190 (25% of max value = 765). Red value is 140 (55.08% from 255 or 73.68% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0929 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0929 is #73F6D6. Grayscale: #333333. Windows color (decimal): -7599831 or 2689420. OLE color: 2689420.

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

Color convert

RGB140941-
CMYK00.940.710.45
HSL345.34º87.92%29.22%-
HSV(B)345.34º93.57%54.9%-
XYZ11.315.932.65-
YUV51.82121.9190.9-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 73.68%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 41 (16.41% from 255) = 21.58%
R=73.68%
G=4.74%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14094100.940.710.45345.3487.9229.22
Hex8C92905E472D159581d
Octal214115101361075553113035
Binary100011001001101001010111101000111101101101011001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,9,41); }

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

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

 a { background-color: rgb(140,9,41); }

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

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

 span { border-color: rgb(140,9,41); }

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