Html Css Color HEX #701100 Maroon

📋 copy color: '#701100'

red 112 ◦ green 17 ◦ blue 0

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

Shades of Maroon #701100

Tints of Maroon #701100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.18%

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

R = 86.82%
G = 13.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#701100 (or 0x701100) is known color: Maroon. HEX triplet: 70, 11 and 00. RGB value is (112,17,0). Sum of RGB (Red+Green+Blue) = 112+17+0=129 (17% of max value = 765). Red value is 112 (44.14% from 255 or 86.82% from 129); Green value is 17 (7.03% from 255 or 13.18% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 112 - color contains mainly: red. Hex color #701100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701100 is #8FEEFF. Grayscale: #2B2B2B. Windows color (decimal): -9432832 or 4464. OLE color: 4464.

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

Color convert

RGB 112 17 0 -
CMYK 0 0.85 1 0.56
HSL 9.11º 1% 0.22% -
HSV(B) 9.11º 1% 0.44% -
XYZ 6.88 3.85 0.38 -
YUV 43.47 103.47 176.88 -
System Red Green Blue C M Y K H S L
Decimal 112 17 0 0 0.85 1 0.56 9.11 1 0.22
Hex 70 11 0 0 55 64 38 9 64 16
Octal 160 21 0 0 125 144 70 11 144 26
Binary 1110000 10001 0 0 1010101 1100100 111000 1001 1100100 10110

Color Harmonies of #701100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701100

Black with #701100

Text Example


Text Example

White with #701100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701100; }

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

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

background-color css

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

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

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

border-color css

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

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

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