#870C3D

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

Shades of Burgundy #870C3D

Tints of Burgundy #870C3D

Color information

#870C3D (or 0x870C3D) is unknown color: approx Burgundy. HEX triplet: 87, 0C and 3D. RGB value is (135,12,61). Sum of RGB (Red+Green+Blue) = 135+12+61=208 (27% of max value = 765). Red value is 135 (53.12% from 255 or 64.90% from 208); Green value is 12 (5.08% from 255 or 5.77% from 208); Blue value is 61 (24.22% from 255 or 29.33% from 208); Max value from RGB is 135 - color contains mainly: red. Hex color #870C3D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870C3D is #78F3C2. Grayscale: #363636. Windows color (decimal): -7926723 or 4000903. OLE color: 4000903.

HSL color Cylindrical-coordinate representation of color #870C3D: hue angle of 336.1º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870C3D is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1351261-
CMYK00.910.550.47
HSL336.1º83.67%28.82%-
HSV(B)336.1º91.11%52.94%-
XYZ10.975.754.95-
YUV54.36131.75185.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 64.90%
GREEN value IS 12 (5.08% from 255) = 5.77%
BLUE value IS 61 (24.22% from 255) = 29.33%
R=64.90%
G=5.77%
B=29.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135126100.910.550.47336.183.6728.82
Hex87C3D05B372F150541d
Octal20714750133675752012435
Binary10000111110011110101011011110111101111101010000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870C3D; }

 p { color: rgb(135,12,61); }

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

<style>
 a { background-color: #870C3D; }

 a { background-color: rgb(135,12,61); }

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

<style>
 span { border-color: #870C3D; }

 span { border-color: rgb(135,12,61); }

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