#700712

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

Shades of Burgundy #700712

Tints of Burgundy #700712

Color information

#700712 (or 0x700712) is unknown color: approx Burgundy. HEX triplet: 70, 07 and 12. RGB value is (112,7,18). Sum of RGB (Red+Green+Blue) = 112+7+18=137 (18% of max value = 765). Red value is 112 (44.14% from 255 or 81.75% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 112 - color contains mainly: red. Hex color #700712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700712 is #8FF8ED. Grayscale: #272727. Windows color (decimal): -9435374 or 1181552. OLE color: 1181552.

HSL color Cylindrical-coordinate representation of color #700712: hue angle of 353.71º 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 #700712 is Cyan = 0, Magento = 0.94, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB112718-
CMYK00.940.840.56
HSL353.71º88.24%23.33%-
HSV(B)353.71º93.75%43.92%-
XYZ6.873.640.91-
YUV39.65115.79179.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 81.75%
GREEN value IS 7 (3.12% from 255) = 5.11%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=81.75%
G=5.11%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11271800.940.840.56353.7188.2423.33
Hex7071205E54381625817
Octal16072201361247054213027
Binary111000011110010010111101010100111000101100010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700712; }

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

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

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

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

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

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

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

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