#700316

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

Shades of Burgundy #700316

Tints of Burgundy #700316

Color information

#700316 (or 0x700316) is unknown color: approx Burgundy. HEX triplet: 70, 03 and 16. RGB value is (112,3,22). Sum of RGB (Red+Green+Blue) = 112+3+22=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700316 is #8FFCE9. Grayscale: #252525. Windows color (decimal): -9436394 or 1442672. OLE color: 1442672.

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

Color convert

RGB112322-
CMYK00.970.800.56
HSL349.54º94.78%22.55%-
HSV(B)349.54º97.32%43.92%-
XYZ6.863.571.09-
YUV37.76119.11180.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.75%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 22 (8.98% from 255) = 16.06%
R=81.75%
G=2.19%
B=16.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11232200.970.800.56349.5494.7822.55
Hex70316061503815e5f17
Octal16032601411207053613727
Binary11100001110110011000011010000111000101011110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700316; }

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

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

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

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

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

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

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

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