Html Css Color HEX #701105 Maroon

📋 copy color: '#701105'

red 112 ◦ green 17 ◦ blue 5

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

Shades of Maroon #701105

Tints of Maroon #701105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.73%

R = 83.58%
G = 12.69%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#701105 (or 0x701105) is known color: Maroon. HEX triplet: 70, 11 and 05. RGB value is (112,17,5). Sum of RGB (Red+Green+Blue) = 112+17+5=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 5 (2.34% from 255 or 3.73% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #701105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701105 is #8FEEFA. Grayscale: #2C2C2C. Windows color (decimal): -9432827 or 332144. OLE color: 332144.

HSL color Cylindrical-coordinate representation of color #701105: hue angle of 6.73º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #701105 is Cyan = 0, Magento = 0.85, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 17 5 -
CMYK 0 0.85 0.96 0.56
HSL 6.73º 0.91% 0.23% -
HSV(B) 6.73º 0.96% 0.44% -
XYZ 6.91 3.86 0.52 -
YUV 44.04 105.97 176.48 -
System Red Green Blue C M Y K H S L
Decimal 112 17 5 0 0.85 0.96 0.56 6.73 0.91 0.23
Hex 70 11 5 0 55 60 38 7 5B 17
Octal 160 21 5 0 125 140 70 7 133 27
Binary 1110000 10001 101 0 1010101 1100000 111000 111 1011011 10111

Color Harmonies of #701105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701105

Black with #701105

Text Example


Text Example

White with #701105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701105; }

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

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

background-color css

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

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

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

border-color css

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

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

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