#860C3B

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

Shades of Burgundy #860C3B

Tints of Burgundy #860C3B

Color information

#860C3B (or 0x860C3B) is unknown color: approx Burgundy. HEX triplet: 86, 0C and 3B. RGB value is (134,12,59). Sum of RGB (Red+Green+Blue) = 134+12+59=205 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.37% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 59 (23.44% from 255 or 28.78% from 205); Max value from RGB is 134 - color contains mainly: red. Hex color #860C3B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860C3B is #79F3C4. Grayscale: #353535. Windows color (decimal): -7992261 or 3869830. OLE color: 3869830.

HSL color Cylindrical-coordinate representation of color #860C3B: hue angle of 336.89º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C3B is Cyan = 0, Magento = 0.91, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB1341259-
CMYK00.910.560.47
HSL336.89º83.56%28.63%-
HSV(B)336.89º91.04%52.55%-
XYZ10.755.654.66-
YUV53.84130.92185.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 65.37%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 59 (23.44% from 255) = 28.78%
R=65.37%
G=5.85%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134125900.910.560.47336.8983.5628.63
Hex86C3B05B382F151541d
Octal20614730133705752112435
Binary10000110110011101101011011111000101111101010001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,12,59); }

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

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

 a { background-color: rgb(134,12,59); }

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

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

 span { border-color: rgb(134,12,59); }

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