#8C1030

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

Shades of Burgundy #8C1030

Tints of Burgundy #8C1030

Color information

#8C1030 (or 0x8C1030) is unknown color: approx Burgundy. HEX triplet: 8C, 10 and 30. RGB value is (140,16,48). Sum of RGB (Red+Green+Blue) = 140+16+48=204 (27% of max value = 765). Red value is 140 (55.08% from 255 or 68.63% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 48 (19.14% from 255 or 23.53% from 204); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1030 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1030 is #73EFCF. Grayscale: #383838. Windows color (decimal): -7598032 or 3149964. OLE color: 3149964.

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

Color convert

RGB1401648-
CMYK00.890.660.45
HSL344.52º79.49%30.59%-
HSV(B)344.52º88.57%54.9%-
XYZ11.536.163.38-
YUV56.72123.08187.4-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 68.63%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 48 (19.14% from 255) = 23.53%
R=68.63%
G=7.84%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140164800.890.660.45344.5279.4930.59
Hex8C1030059422D1594f1f
Octal214206001311025553111737
Binary1000110010000110000010110011000010101101101011001100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C1030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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