#8c0c39

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

Shades of Burgundy #8C0C39

Tints of Burgundy #8C0C39

Color information

#8C0C39 (or 0x8C0C39) is unknown color: approx Burgundy. HEX triplet: 8C, 0C and 39. RGB value is (140,12,57). Sum of RGB (Red+Green+Blue) = 140+12+57=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 57 (22.66% from 255 or 27.27% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0C39 is #73F3C6. Grayscale: #373737. Windows color (decimal): -7599047 or 3738764. OLE color: 3738764.

HSL color Cylindrical-coordinate representation of color #8C0C39: hue angle of 338.91º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8C0C39 is Cyan = 0, Magento = 0.91, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB1401257-
CMYK00.910.590.45
HSL338.91º84.21%29.8%-
HSV(B)338.91º91.43%54.9%-
XYZ11.696.134.44-
YUV55.4128.91188.34-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.99%
GREEN value IS 12 (5.08% from 255) = 5.74%
BLUE value IS 57 (22.66% from 255) = 27.27%
R=66.99%
G=5.74%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.59
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140125700.910.590.45338.9184.2129.8
Hex8CC3905B3B2D153541e
Octal21414710133735552312436
Binary10001100110011100101011011111011101101101010011101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c0c39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,12,57); }

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

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

 a { background-color: rgb(140,12,57); }

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

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

 span { border-color: rgb(140,12,57); }

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