Html Css Color HEX #701600 Maroon

📋 copy color: '#701600'

red 112 ◦ green 22 ◦ blue 0

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

Shades of Maroon #701600

Tints of Maroon #701600

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.42%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 83.58%
G = 16.42%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#701600 (or 0x701600) is known color: Maroon. HEX triplet: 70, 16 and 00. RGB value is (112,22,0). Sum of RGB (Red+Green+Blue) = 112+22+0=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 22 (8.98% from 255 or 16.42% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #701600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701600 is #8FE9FF. Grayscale: #2E2E2E. Windows color (decimal): -9431552 or 5744. OLE color: 5744.

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

Color convert

RGB 112 22 0 -
CMYK 0 0.80 1 0.56
HSL 11.79º 1% 0.22% -
HSV(B) 11.79º 1% 0.44% -
XYZ 6.97 4.02 0.41 -
YUV 46.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 112 22 0 0 0.80 1 0.56 11.79 1 0.22
Hex 70 16 0 0 50 64 38 C 64 16
Octal 160 26 0 0 120 144 70 14 144 26
Binary 1110000 10110 0 0 1010000 1100100 111000 1100 1100100 10110

Color Harmonies of #701600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701600

Black with #701600

Text Example


Text Example

White with #701600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701600; }

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

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

background-color css

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

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

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

border-color css

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

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

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