#701200

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

Shades of Maroon #701200

Tints of Maroon #701200

Color information

#701200 (or 0x701200) is unknown color: approx Maroon. HEX triplet: 70, 12 and 00. RGB value is (112,18,0). Sum of RGB (Red+Green+Blue) = 112+18+0=130 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.15% from 130); Green value is 18 (7.42% from 255 or 13.85% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 112 - color contains mainly: red. Hex color #701200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701200 is #8FEDFF. Grayscale: #2C2C2C. Windows color (decimal): -9432576 or 4720. OLE color: 4720.

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

Color convert

RGB112180-
CMYK00.8410.56
HSL9.64º100%21.96%-
HSV(B)9.64º100%43.92%-
XYZ6.93.880.38-
YUV44.05103.14176.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 86.15%
GREEN value IS 18 (7.42% from 255) = 13.85%
BLUE value IS 0 (0.39% from 255) = 0%
R=86.15%
G=13.85%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 1
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11218000.8410.569.6410021.96
Hex701200546438a6416
Octal1602200124144701214426
Binary11100001001000101010011001001110001010110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701200; }

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

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

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

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

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

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

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

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