#701401

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

Shades of Maroon #701401

Tints of Maroon #701401

Color information

#701401 (or 0x701401) is unknown color: approx Maroon. HEX triplet: 70, 14 and 01. RGB value is (112,20,1). Sum of RGB (Red+Green+Blue) = 112+20+1=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #701401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701401 is #8FEBFE. Grayscale: #2D2D2D. Windows color (decimal): -9432063 or 70768. OLE color: 70768.

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

Color convert

RGB112201-
CMYK00.820.990.56
HSL10.27º98.23%22.16%-
HSV(B)10.27º99.11%43.92%-
XYZ6.943.950.42-
YUV45.34102.98175.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 84.21%
GREEN value IS 20 (8.20% from 255) = 15.04%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=84.21%
G=15.04%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11220100.820.990.5610.2798.2322.16
Hex701410526338a6216
Octal1602410122143701214226
Binary11100001010010101001011000111110001010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701401; }

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

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

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

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

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

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

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

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