#870D23

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

Shades of Burgundy #870D23

Tints of Burgundy #870D23

Color information

#870D23 (or 0x870D23) is unknown color: approx Burgundy. HEX triplet: 87, 0D and 23. RGB value is (135,13,35). Sum of RGB (Red+Green+Blue) = 135+13+35=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 35 (14.06% from 255 or 19.13% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #870D23 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870D23 is #78F2DC. Grayscale: #343434. Windows color (decimal): -7926493 or 2297223. OLE color: 2297223.

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

Color convert

RGB1351335-
CMYK00.900.740.47
HSL349.18º82.43%29.02%-
HSV(B)349.18º90.37%52.94%-
XYZ10.445.562.11-
YUV51.99118.42187.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.77%
GREEN value IS 13 (5.47% from 255) = 7.10%
BLUE value IS 35 (14.06% from 255) = 19.13%
R=73.77%
G=7.10%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.74
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135133500.900.740.47349.1882.4329.02
Hex87D2305A4A2F15d521d
Octal207154301321125753512235
Binary100001111101100011010110101001010101111101011101101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,13,35); }

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

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

 a { background-color: rgb(135,13,35); }

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

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

 span { border-color: rgb(135,13,35); }

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