#860538

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

Shades of Burgundy #860538

Tints of Burgundy #860538

Color information

#860538 (or 0x860538) is unknown color: approx Burgundy. HEX triplet: 86, 05 and 38. RGB value is (134,5,56). Sum of RGB (Red+Green+Blue) = 134+5+56=195 (25% of max value = 765). Red value is 134 (52.73% from 255 or 68.72% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 56 (22.27% from 255 or 28.72% from 195); Max value from RGB is 134 - color contains mainly: red. Hex color #860538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860538 is #79FAC7. Grayscale: #313131. Windows color (decimal): -7994056 or 3671430. OLE color: 3671430.

HSL color Cylindrical-coordinate representation of color #860538: hue angle of 336.28º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #860538 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB134556-
CMYK00.960.580.47
HSL336.28º92.81%27.25%-
HSV(B)336.28º96.27%52.55%-
XYZ10.65.464.24-
YUV49.38131.74188.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.72%
GREEN value IS 5 (2.34% from 255) = 2.56%
BLUE value IS 56 (22.27% from 255) = 28.72%
R=68.72%
G=2.56%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13455600.960.580.47336.2892.8127.25
Hex865380603A2F1505d1b
Octal2065700140725752013533
Binary1000011010111100001100000111010101111101010000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860538; }

 p { color: rgb(134,5,56); }

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

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

 a { background-color: rgb(134,5,56); }

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

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

 span { border-color: rgb(134,5,56); }

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