#870434

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

Shades of Burgundy #870434

Tints of Burgundy #870434

Color information

#870434 (or 0x870434) is unknown color: approx Burgundy. HEX triplet: 87, 04 and 34. RGB value is (135,4,52). Sum of RGB (Red+Green+Blue) = 135+4+52=191 (25% of max value = 765). Red value is 135 (53.12% from 255 or 70.68% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 52 (20.70% from 255 or 27.23% from 191); Max value from RGB is 135 - color contains mainly: red. Hex color #870434 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870434 is #78FBCB. Grayscale: #303030. Windows color (decimal): -7928780 or 3409031. OLE color: 3409031.

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

Color convert

RGB135452-
CMYK00.970.610.47
HSL338.02º94.24%27.25%-
HSV(B)338.02º97.04%52.94%-
XYZ10.655.493.75-
YUV48.64129.9189.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 70.68%
GREEN value IS 4 (1.95% from 255) = 2.09%
BLUE value IS 52 (20.70% from 255) = 27.23%
R=70.68%
G=2.09%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13545200.970.610.47338.0294.2427.25
Hex874340613D2F1525e1b
Octal2074640141755752213633
Binary1000011110011010001100001111101101111101010010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870434; }

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

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

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

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

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

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

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

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