#870419

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

Shades of Burgundy #870419

Tints of Burgundy #870419

Color information

#870419 (or 0x870419) is unknown color: approx Burgundy. HEX triplet: 87, 04 and 19. RGB value is (135,4,25). Sum of RGB (Red+Green+Blue) = 135+4+25=164 (21% of max value = 765). Red value is 135 (53.12% from 255 or 82.32% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 135 - color contains mainly: red. Hex color #870419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870419 is #78FBE6. Grayscale: #2D2D2D. Windows color (decimal): -7928807 or 1639559. OLE color: 1639559.

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

Color convert

RGB135425-
CMYK00.970.810.47
HSL350.38º94.24%27.25%-
HSV(B)350.38º97.04%52.94%-
XYZ10.215.311.41-
YUV45.56116.4191.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 82.32%
GREEN value IS 4 (1.95% from 255) = 2.44%
BLUE value IS 25 (10.16% from 255) = 15.24%
R=82.32%
G=2.44%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13542500.970.810.47350.3894.2427.25
Hex87419061512F15e5e1b
Octal20743101411215753613633
Binary1000011110011001011000011010001101111101011110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870419; }

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

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

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

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

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

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

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

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