#860026

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

Shades of Burgundy #860026

Tints of Burgundy #860026

Color information

#860026 (or 0x860026) is unknown color: approx Burgundy. HEX triplet: 86, 00 and 26. RGB value is (134,0,38). Sum of RGB (Red+Green+Blue) = 134+0+38=172 (22% of max value = 765). Red value is 134 (52.73% from 255 or 77.91% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 38 (15.23% from 255 or 22.09% from 172); Max value from RGB is 134 - color contains mainly: red. Hex color #860026 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860026 is #79FFD9. Grayscale: #2C2C2C. Windows color (decimal): -7995354 or 2490502. OLE color: 2490502.

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

Color convert

RGB134038-
CMYK010.720.47
HSL342.99º100%26.27%-
HSV(B)342.99º100%52.55%-
XYZ10.185.212.3-
YUV44.4124.39191.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 77.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 38 (15.23% from 255) = 22.09%
R=77.91%
G=0%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134038010.720.47342.9910026.27
Hex86026064482F157641a
Octal20604601441105752714432
Binary100001100100110011001001001000101111101010111110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860026; }

 p { color: rgb(134,0,38); }

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

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

 a { background-color: rgb(134,0,38); }

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

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

 span { border-color: rgb(134,0,38); }

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