#701206

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

Shades of Maroon #701206

Tints of Maroon #701206

Color information

#701206 (or 0x701206) is unknown color: approx Maroon. HEX triplet: 70, 12 and 06. RGB value is (112,18,6). Sum of RGB (Red+Green+Blue) = 112+18+6=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 6 (2.73% from 255 or 4.41% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #701206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701206 is #8FEDF9. Grayscale: #2C2C2C. Windows color (decimal): -9432570 or 397936. OLE color: 397936.

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

Color convert

RGB112186-
CMYK00.840.950.56
HSL6.79º89.83%23.14%-
HSV(B)6.79º94.64%43.92%-
XYZ6.933.890.56-
YUV44.74106.14175.98-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 82.35%
GREEN value IS 18 (7.42% from 255) = 13.24%
BLUE value IS 6 (2.73% from 255) = 4.41%
R=82.35%
G=13.24%
B=4.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11218600.840.950.566.7989.8323.14
Hex701260545F3875a17
Octal160226012413770713227
Binary111000010010110010101001011111111000111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701206; }

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

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

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

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

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

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

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

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