#8C0140

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

Shades of Burgundy #8C0140

Tints of Burgundy #8C0140

Color information

#8C0140 (or 0x8C0140) is unknown color: approx Burgundy. HEX triplet: 8C, 01 and 40. RGB value is (140,1,64). Sum of RGB (Red+Green+Blue) = 140+1+64=205 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.29% from 205); Green value is 1 (0.78% from 255 or 0.49% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0140 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0140 is #73FEBF. Grayscale: #313131. Windows color (decimal): -7601856 or 4194700. OLE color: 4194700.

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

Color convert

RGB140164-
CMYK00.990.540.45
HSL332.81º98.58%27.65%-
HSV(B)332.81º99.29%54.9%-
XYZ11.755.975.38-
YUV49.74136.05192.38-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.29%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=68.29%
G=0.49%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14016400.990.540.45332.8198.5827.65
Hex8C140063362D14d631c
Octal21411000143665551514334
Binary100011001100000001100011110110101101101001101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,1,64); }

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

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

 a { background-color: rgb(140,1,64); }

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

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

 span { border-color: rgb(140,1,64); }

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