#700516

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

Shades of Burgundy #700516

Tints of Burgundy #700516

Color information

#700516 (or 0x700516) is unknown color: approx Burgundy. HEX triplet: 70, 05 and 16. RGB value is (112,5,22). Sum of RGB (Red+Green+Blue) = 112+5+22=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 22 (8.98% from 255 or 15.83% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #700516 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700516 is #8FFAE9. Grayscale: #262626. Windows color (decimal): -9435882 or 1443184. OLE color: 1443184.

HSL color Cylindrical-coordinate representation of color #700516: hue angle of 350.47º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700516 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB112522-
CMYK00.960.800.56
HSL350.47º91.45%22.94%-
HSV(B)350.47º95.54%43.92%-
XYZ6.883.611.09-
YUV38.93118.45180.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 80.58%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 22 (8.98% from 255) = 15.83%
R=80.58%
G=3.60%
B=15.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11252200.960.800.56350.4791.4522.94
Hex70516060503815e5b17
Octal16052601401207053613327
Binary111000010110110011000001010000111000101011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700516; }

 p { color: rgb(112,5,22); }

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

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

 a { background-color: rgb(112,5,22); }

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

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

 span { border-color: rgb(112,5,22); }

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