#8C0F36

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

Shades of Burgundy #8C0F36

Tints of Burgundy #8C0F36

Color information

#8C0F36 (or 0x8C0F36) is unknown color: approx Burgundy. HEX triplet: 8C, 0F and 36. RGB value is (140,15,54). Sum of RGB (Red+Green+Blue) = 140+15+54=209 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.99% from 209); Green value is 15 (6.25% from 255 or 7.18% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0F36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0F36 is #73F0C9. Grayscale: #383838. Windows color (decimal): -7598282 or 3542924. OLE color: 3542924.

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

Color convert

RGB1401554-
CMYK00.890.610.45
HSL341.28º80.65%30.39%-
HSV(B)341.28º89.29%54.9%-
XYZ11.656.184.07-
YUV56.82126.41187.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 66.99%
GREEN value IS 15 (6.25% from 255) = 7.18%
BLUE value IS 54 (21.48% from 255) = 25.84%
R=66.99%
G=7.18%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.61
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140155400.890.610.45341.2880.6530.39
Hex8CF360593D2D155511e
Octal21417660131755552512136
Binary10001100111111011001011001111101101101101010101101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C0F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,15,54); }

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

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

 a { background-color: rgb(140,15,54); }

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

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

 span { border-color: rgb(140,15,54); }

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