Html Css Color HEX #701206 Maroon

📋 copy color: '#701206'

red 112 ◦ green 18 ◦ blue 6

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

Shades of Maroon #701206

Tints of Maroon #701206

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 value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#701206 (or 0x701206) is known color: 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

RGB 112 18 6 -
CMYK 0 0.84 0.95 0.56
HSL 6.79º 0.9% 0.23% -
HSV(B) 6.79º 0.95% 0.44% -
XYZ 6.93 3.89 0.56 -
YUV 44.74 106.14 175.98 -
System Red Green Blue C M Y K H S L
Decimal 112 18 6 0 0.84 0.95 0.56 6.79 0.9 0.23
Hex 70 12 6 0 54 5F 38 7 5A 17
Octal 160 22 6 0 124 137 70 7 132 27
Binary 1110000 10010 110 0 1010100 1011111 111000 111 1011010 10111

Color Harmonies of #701206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701206

Black with #701206

Text Example


Text Example

White with #701206

Text Example


Text Example

HTML Codes & Css Web 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>