Html Css Color HEX #701201 Maroon

📋 copy color: '#701201'

red 112 ◦ green 18 ◦ blue 1

#701201
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #701201

Tints of Maroon #701201

RGB

 RED value IS 112 (44.14% from 255) = 85.5%

 GREEN value IS 18 (7.42% from 255) = 13.74%

 BLUE value IS 1 (0.78% from 255) = 0.76%

R = 85.5%
G = 13.74%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#701201 (or 0x701201) is known color: Maroon. HEX triplet: 70, 12 and 01. RGB value is (112,18,1). Sum of RGB (Red+Green+Blue) = 112+18+1=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #701201 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701201 is #8FEDFE. Grayscale: #2C2C2C. Windows color (decimal): -9432575 or 70256. OLE color: 70256.

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

Color convert

RGB 112 18 1 -
CMYK 0 0.84 0.99 0.56
HSL 9.19º 0.98% 0.22% -
HSV(B) 9.19º 0.99% 0.44% -
XYZ 6.9 3.88 0.41 -
YUV 44.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 112 18 1 0 0.84 0.99 0.56 9.19 0.98 0.22
Hex 70 12 1 0 54 63 38 9 62 16
Octal 160 22 1 0 124 143 70 11 142 26
Binary 1110000 10010 1 0 1010100 1100011 111000 1001 1100010 10110

Color Harmonies of #701201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701201

Black with #701201

Text Example


Text Example

White with #701201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701201; }

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

 H1.HeaderClassName
 {
   color: #701201;
 }
 .AnyTagClassName
 {
   color: #701201;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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