#870619

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

Shades of Burgundy #870619

Tints of Burgundy #870619

Color information

#870619 (or 0x870619) is unknown color: approx Burgundy. HEX triplet: 87, 06 and 19. RGB value is (135,6,25). Sum of RGB (Red+Green+Blue) = 135+6+25=166 (21% of max value = 765). Red value is 135 (53.12% from 255 or 81.33% from 166); Green value is 6 (2.73% from 255 or 3.61% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 135 - color contains mainly: red. Hex color #870619 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #870619 is #78F9E6. Grayscale: #2E2E2E. Windows color (decimal): -7928295 or 1640071. OLE color: 1640071.

HSL color Cylindrical-coordinate representation of color #870619: hue angle of 351.16º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #870619 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB135625-
CMYK00.960.810.47
HSL351.16º91.49%27.65%-
HSV(B)351.16º95.56%52.94%-
XYZ10.235.351.41-
YUV46.74115.74190.96-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 81.33%
GREEN value IS 6 (2.73% from 255) = 3.61%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=81.33%
G=3.61%
B=15.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13562500.960.810.47351.1691.4927.65
Hex87619060512F15f5b1c
Octal20763101401215753713334
Binary1000011111011001011000001010001101111101011111101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870619; }

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

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

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

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

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

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

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

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