#870437

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

Shades of Burgundy #870437

Tints of Burgundy #870437

Color information

#870437 (or 0x870437) is unknown color: approx Burgundy. HEX triplet: 87, 04 and 37. RGB value is (135,4,55). Sum of RGB (Red+Green+Blue) = 135+4+55=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 4 (1.95% from 255 or 2.06% from 194); Blue value is 55 (21.88% from 255 or 28.35% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #870437 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870437 is #78FBC8. Grayscale: #303030. Windows color (decimal): -7928777 or 3605639. OLE color: 3605639.

HSL color Cylindrical-coordinate representation of color #870437: hue angle of 336.64º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #870437 is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB135455-
CMYK00.970.590.47
HSL336.64º94.24%27.25%-
HSV(B)336.64º97.04%52.94%-
XYZ10.725.514.11-
YUV48.98131.4189.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.59%
GREEN value IS 4 (1.95% from 255) = 2.06%
BLUE value IS 55 (21.88% from 255) = 28.35%
R=69.59%
G=2.06%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13545500.970.590.47336.6494.2427.25
Hex874370613B2F1515e1b
Octal2074670141735752113633
Binary1000011110011011101100001111011101111101010001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870437; }

 p { color: rgb(135,4,55); }

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

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

 a { background-color: rgb(135,4,55); }

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

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

 span { border-color: rgb(135,4,55); }

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