#8C052C

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

Shades of Burgundy #8C052C

Tints of Burgundy #8C052C

Color information

#8C052C (or 0x8C052C) is unknown color: approx Burgundy. HEX triplet: 8C, 05 and 2C. RGB value is (140,5,44). Sum of RGB (Red+Green+Blue) = 140+5+44=189 (25% of max value = 765). Red value is 140 (55.08% from 255 or 74.07% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 140 - color contains mainly: red. Hex color #8C052C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C052C is #73FAD3. Grayscale: #313131. Windows color (decimal): -7600852 or 2885004. OLE color: 2885004.

HSL color Cylindrical-coordinate representation of color #8C052C: hue angle of 342.67º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8C052C is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB140544-
CMYK00.960.690.45
HSL342.67º93.1%28.43%-
HSV(B)342.67º96.43%54.9%-
XYZ11.325.872.92-
YUV49.81124.73192.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 74.07%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 44 (17.58% from 255) = 23.28%
R=74.07%
G=2.65%
B=23.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14054400.960.690.45342.6793.128.43
Hex8C52C060452D1575d1c
Octal21455401401055552713534
Binary10001100101101100011000001000101101101101010111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,5,44); }

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

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

 a { background-color: rgb(140,5,44); }

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

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

 span { border-color: rgb(140,5,44); }

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