#870E30

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

Shades of Burgundy #870E30

Tints of Burgundy #870E30

Color information

#870E30 (or 0x870E30) is unknown color: approx Burgundy. HEX triplet: 87, 0E and 30. RGB value is (135,14,48). Sum of RGB (Red+Green+Blue) = 135+14+48=197 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.53% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 48 (19.14% from 255 or 24.37% from 197); Max value from RGB is 135 - color contains mainly: red. Hex color #870E30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870E30 is #78F1CF. Grayscale: #363636. Windows color (decimal): -7926224 or 3149447. OLE color: 3149447.

HSL color Cylindrical-coordinate representation of color #870E30: hue angle of 343.14º 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 #870E30 is Cyan = 0, Magento = 0.90, Yellow = 0.64 and Black (K on CMYK) = 0.47.

Color convert

RGB1351448-
CMYK00.900.640.47
HSL343.14º81.21%29.22%-
HSV(B)343.14º89.63%52.94%-
XYZ10.685.683.33-
YUV54.06124.59185.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.53%
GREEN value IS 14 (5.86% from 255) = 7.11%
BLUE value IS 48 (19.14% from 255) = 24.37%
R=68.53%
G=7.11%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135144800.900.640.47343.1481.2129.22
Hex87E3005A402F157511d
Octal207166001321005752712135
Binary100001111110110000010110101000000101111101010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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