#870431

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

Shades of Burgundy #870431

Tints of Burgundy #870431

Color information

#870431 (or 0x870431) is unknown color: approx Burgundy. HEX triplet: 87, 04 and 31. RGB value is (135,4,49). Sum of RGB (Red+Green+Blue) = 135+4+49=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 49 (19.53% from 255 or 26.06% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #870431 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870431 is #78FBCE. Grayscale: #303030. Windows color (decimal): -7928783 or 3212423. OLE color: 3212423.

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

Color convert

RGB135449-
CMYK00.970.640.47
HSL339.39º94.24%27.25%-
HSV(B)339.39º97.04%52.94%-
XYZ10.595.463.4-
YUV48.3128.4189.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 4 (1.95% from 255) = 2.13%
BLUE value IS 49 (19.53% from 255) = 26.06%
R=71.81%
G=2.13%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.64
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13544900.970.640.47339.3994.2427.25
Hex87431061402F1535e1b
Octal20746101411005752313633
Binary10000111100110001011000011000000101111101010011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870431; }

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

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

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

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

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

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

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

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