#700713

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

Shades of Burgundy #700713

Tints of Burgundy #700713

Color information

#700713 (or 0x700713) is unknown color: approx Burgundy. HEX triplet: 70, 07 and 13. RGB value is (112,7,19). Sum of RGB (Red+Green+Blue) = 112+7+19=138 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.16% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 112 - color contains mainly: red. Hex color #700713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700713 is #8FF8EC. Grayscale: #272727. Windows color (decimal): -9435373 or 1247088. OLE color: 1247088.

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

Color convert

RGB112719-
CMYK00.940.830.56
HSL353.14º88.24%23.33%-
HSV(B)353.14º93.75%43.92%-
XYZ6.883.640.96-
YUV39.76116.29179.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.16%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=81.16%
G=5.07%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11271900.940.830.56353.1488.2423.33
Hex7071305E53381615817
Octal16072301361237054113027
Binary111000011110011010111101010011111000101100001101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700713; }

 p { color: rgb(112,7,19); }

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

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

 a { background-color: rgb(112,7,19); }

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

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

 span { border-color: rgb(112,7,19); }

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