#871026

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

Shades of Burgundy #871026

Tints of Burgundy #871026

Color information

#871026 (or 0x871026) is unknown color: approx Burgundy. HEX triplet: 87, 10 and 26. RGB value is (135,16,38). Sum of RGB (Red+Green+Blue) = 135+16+38=189 (25% of max value = 765). Red value is 135 (53.12% from 255 or 71.43% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 38 (15.23% from 255 or 20.11% from 189); Max value from RGB is 135 - color contains mainly: red. Hex color #871026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #871026 is #78EFD9. Grayscale: #363636. Windows color (decimal): -7925722 or 2494599. OLE color: 2494599.

HSL color Cylindrical-coordinate representation of color #871026: hue angle of 348.91º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #871026 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1351638-
CMYK00.880.720.47
HSL348.91º78.81%29.61%-
HSV(B)348.91º88.15%52.94%-
XYZ10.535.662.37-
YUV54.09118.92185.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.43%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 38 (15.23% from 255) = 20.11%
R=71.43%
G=8.47%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135163800.880.720.47348.9178.8129.61
Hex871026058482F15d4f1e
Octal207204601301105753511736
Binary1000011110000100110010110001001000101111101011101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871026; }

 p { color: rgb(135,16,38); }

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

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

 a { background-color: rgb(135,16,38); }

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

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

 span { border-color: rgb(135,16,38); }

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