#870E2F

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

Shades of Burgundy #870E2F

Tints of Burgundy #870E2F

Color information

#870E2F (or 0x870E2F) is unknown color: approx Burgundy. HEX triplet: 87, 0E and 2F. RGB value is (135,14,47). Sum of RGB (Red+Green+Blue) = 135+14+47=196 (25% of max value = 765). Red value is 135 (53.12% from 255 or 68.88% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 47 (18.75% from 255 or 23.98% from 196); Max value from RGB is 135 - color contains mainly: red. Hex color #870E2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E2F is #78F1D0. Grayscale: #353535. Windows color (decimal): -7926225 or 3083911. OLE color: 3083911.

HSL color Cylindrical-coordinate representation of color #870E2F: hue angle of 343.64º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870E2F is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1351447-
CMYK00.900.650.47
HSL343.64º81.21%29.22%-
HSV(B)343.64º89.63%52.94%-
XYZ10.665.673.22-
YUV53.94124.09185.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.88%
GREEN value IS 14 (5.86% from 255) = 7.14%
BLUE value IS 47 (18.75% from 255) = 23.98%
R=68.88%
G=7.14%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135144700.900.650.47343.6481.2129.22
Hex87E2F05A412F158511d
Octal207165701321015753012135
Binary100001111110101111010110101000001101111101011000101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,14,47); }

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

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

 a { background-color: rgb(135,14,47); }

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

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

 span { border-color: rgb(135,14,47); }

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