#870A2D

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

Shades of Burgundy #870A2D

Tints of Burgundy #870A2D

Color information

#870A2D (or 0x870A2D) is unknown color: approx Burgundy. HEX triplet: 87, 0A and 2D. RGB value is (135,10,45). Sum of RGB (Red+Green+Blue) = 135+10+45=190 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.05% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 135 - color contains mainly: red. Hex color #870A2D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A2D is #78F5D2. Grayscale: #333333. Windows color (decimal): -7927251 or 2951815. OLE color: 2951815.

HSL color Cylindrical-coordinate representation of color #870A2D: hue angle of 343.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A2D is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1351045-
CMYK00.930.670.47
HSL343.2º86.21%28.43%-
HSV(B)343.2º92.59%52.94%-
XYZ10.575.563-
YUV51.36124.41187.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.05%
GREEN value IS 10 (4.30% from 255) = 5.26%
BLUE value IS 45 (17.97% from 255) = 23.68%
R=71.05%
G=5.26%
B=23.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135104500.930.670.47343.286.2128.43
Hex87A2D05D432F157561c
Octal207125501351035752712634
Binary100001111010101101010111011000011101111101010111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,10,45); }

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

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

 a { background-color: rgb(135,10,45); }

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

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

 span { border-color: rgb(135,10,45); }

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