Html Css Color HEX #701104 Maroon

📋 copy color: '#701104'

red 112 ◦ green 17 ◦ blue 4

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

Shades of Maroon #701104

Tints of Maroon #701104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.01%

R = 84.21%
G = 12.78%
B = 3.01%

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

#701104 (or 0x701104) is known color: Maroon. HEX triplet: 70, 11 and 04. RGB value is (112,17,4). Sum of RGB (Red+Green+Blue) = 112+17+4=133 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.21% from 133); Green value is 17 (7.03% from 255 or 12.78% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 112 - color contains mainly: red. Hex color #701104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701104 is #8FEEFB. Grayscale: #2C2C2C. Windows color (decimal): -9432828 or 266608. OLE color: 266608.

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

Color convert

RGB 112 17 4 -
CMYK 0 0.85 0.96 0.56
HSL 7.22º 0.93% 0.23% -
HSV(B) 7.22º 0.96% 0.44% -
XYZ 6.9 3.85 0.49 -
YUV 43.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 112 17 4 0 0.85 0.96 0.56 7.22 0.93 0.23
Hex 70 11 4 0 55 60 38 7 5D 17
Octal 160 21 4 0 125 140 70 7 135 27
Binary 1110000 10001 100 0 1010101 1100000 111000 111 1011101 10111

Color Harmonies of #701104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701104

Black with #701104

Text Example


Text Example

White with #701104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701104; }

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

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

background-color css

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

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

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

border-color css

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

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

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