#861036

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

Shades of Burgundy #861036

Tints of Burgundy #861036

Color information

#861036 (or 0x861036) is unknown color: approx Burgundy. HEX triplet: 86, 10 and 36. RGB value is (134,16,54). Sum of RGB (Red+Green+Blue) = 134+16+54=204 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.69% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 134 - color contains mainly: red. Hex color #861036 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #861036 is #79EFC9. Grayscale: #373737. Windows color (decimal): -7991242 or 3543174. OLE color: 3543174.

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

Color convert

RGB1341654-
CMYK00.880.600.47
HSL340.68º78.67%29.41%-
HSV(B)340.68º88.06%52.55%-
XYZ10.685.714.03-
YUV55.61127.09183.91-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.69%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 54 (21.48% from 255) = 26.47%
R=65.69%
G=7.84%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134165400.880.600.47340.6878.6729.41
Hex8610360583C2F1554f1d
Octal20620660130745752511735
Binary100001101000011011001011000111100101111101010101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #861036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #861036; }

 p { color: rgb(134,16,54); }

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

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

 a { background-color: rgb(134,16,54); }

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

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

 span { border-color: rgb(134,16,54); }

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