#700112

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

Shades of Burgundy #700112

Tints of Burgundy #700112

Color information

#700112 (or 0x700112) is unknown color: approx Burgundy. HEX triplet: 70, 01 and 12. RGB value is (112,1,18). Sum of RGB (Red+Green+Blue) = 112+1+18=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 1 (0.78% from 255 or 0.76% from 131); Blue value is 18 (7.42% from 255 or 13.74% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #700112 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700112 is #8FFEED. Grayscale: #242424. Windows color (decimal): -9436910 or 1180016. OLE color: 1180016.

HSL color Cylindrical-coordinate representation of color #700112: hue angle of 350.81º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #700112 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB112118-
CMYK00.990.840.56
HSL350.81º98.23%22.16%-
HSV(B)350.81º99.11%43.92%-
XYZ6.83.510.89-
YUV36.13117.77182.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 85.50%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 18 (7.42% from 255) = 13.74%
R=85.50%
G=0.76%
B=13.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.84
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11211800.990.840.56350.8198.2322.16
Hex70112063543815f6216
Octal16012201431247053714226
Binary1110000110010011000111010100111000101011111110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700112; }

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

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

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

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

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

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

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

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