#8C1031

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

Shades of Burgundy #8C1031

Tints of Burgundy #8C1031

Color information

#8C1031 (or 0x8C1031) is unknown color: approx Burgundy. HEX triplet: 8C, 10 and 31. RGB value is (140,16,49). Sum of RGB (Red+Green+Blue) = 140+16+49=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 49 (19.53% from 255 or 23.90% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1031 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1031 is #73EFCE. Grayscale: #383838. Windows color (decimal): -7598031 or 3215500. OLE color: 3215500.

HSL color Cylindrical-coordinate representation of color #8C1031: hue angle of 344.03º degrees, saturation: 0.79, 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 #8C1031 is Cyan = 0, Magento = 0.89, Yellow = 0.65 and Black (K on CMYK) = 0.45.

Color convert

RGB1401649-
CMYK00.890.650.45
HSL344.03º79.49%30.59%-
HSV(B)344.03º88.57%54.9%-
XYZ11.556.173.49-
YUV56.84123.58187.32-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.29%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 49 (19.53% from 255) = 23.90%
R=68.29%
G=7.80%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140164900.890.650.45344.0379.4930.59
Hex8C1031059412D1584f1f
Octal214206101311015553011737
Binary1000110010000110001010110011000001101101101011000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,16,49); }

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

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

 a { background-color: rgb(140,16,49); }

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

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

 span { border-color: rgb(140,16,49); }

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