#860738

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

Shades of Burgundy #860738

Tints of Burgundy #860738

Color information

#860738 (or 0x860738) is unknown color: approx Burgundy. HEX triplet: 86, 07 and 38. RGB value is (134,7,56). Sum of RGB (Red+Green+Blue) = 134+7+56=197 (26% of max value = 765). Red value is 134 (52.73% from 255 or 68.02% from 197); Green value is 7 (3.12% from 255 or 3.55% from 197); Blue value is 56 (22.27% from 255 or 28.43% from 197); Max value from RGB is 134 - color contains mainly: red. Hex color #860738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860738 is #79F8C7. Grayscale: #323232. Windows color (decimal): -7993544 or 3671942. OLE color: 3671942.

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

Color convert

RGB134756-
CMYK00.950.580.47
HSL336.85º90.07%27.65%-
HSV(B)336.85º94.78%52.55%-
XYZ10.625.514.24-
YUV50.56131.08187.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 68.02%
GREEN value IS 7 (3.12% from 255) = 3.55%
BLUE value IS 56 (22.27% from 255) = 28.43%
R=68.02%
G=3.55%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13475600.950.580.47336.8590.0727.65
Hex8673805F3A2F1515a1c
Octal2067700137725752113234
Binary1000011011111100001011111111010101111101010001101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860738; }

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

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

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

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

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

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

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

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