#860e35

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

Shades of Burgundy #860E35

Tints of Burgundy #860E35

Color information

#860E35 (or 0x860E35) is unknown color: approx Burgundy. HEX triplet: 86, 0E and 35. RGB value is (134,14,53). Sum of RGB (Red+Green+Blue) = 134+14+53=201 (26% of max value = 765). Red value is 134 (52.73% from 255 or 66.67% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 53 (21.09% from 255 or 26.37% from 201); Max value from RGB is 134 - color contains mainly: red. Hex color #860E35 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860E35 is #79F1CA. Grayscale: #363636. Windows color (decimal): -7991755 or 3477126. OLE color: 3477126.

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

Color convert

RGB1341453-
CMYK00.900.600.47
HSL340.5º81.08%29.02%-
HSV(B)340.5º89.55%52.55%-
XYZ10.635.643.9-
YUV54.33127.26184.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 66.67%
GREEN value IS 14 (5.86% from 255) = 6.97%
BLUE value IS 53 (21.09% from 255) = 26.37%
R=66.67%
G=6.97%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134145300.900.600.47340.581.0829.02
Hex86E3505A3C2F154511d
Octal20616650132745752412135
Binary10000110111011010101011010111100101111101010100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860e35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860e35; }

 p { color: rgb(134,14,53); }

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

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

 a { background-color: rgb(134,14,53); }

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

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

 span { border-color: rgb(134,14,53); }

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