Html Css Color HEX #701004 Maroon

📋 copy color: '#701004'

red 112 ◦ green 16 ◦ blue 4

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

Shades of Maroon #701004

Tints of Maroon #701004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.12%

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

R = 84.85%
G = 12.12%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#701004 (or 0x701004) is known color: Maroon. HEX triplet: 70, 10 and 04. RGB value is (112,16,4). Sum of RGB (Red+Green+Blue) = 112+16+4=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 16 (6.64% from 255 or 12.12% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #701004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701004 is #8FEFFB. Grayscale: #2B2B2B. Windows color (decimal): -9433084 or 266352. OLE color: 266352.

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

Color convert

RGB 112 16 4 -
CMYK 0 0.86 0.96 0.56
HSL 6.67º 0.93% 0.23% -
HSV(B) 6.67º 0.96% 0.44% -
XYZ 6.89 3.82 0.49 -
YUV 43.34 105.8 176.98 -
System Red Green Blue C M Y K H S L
Decimal 112 16 4 0 0.86 0.96 0.56 6.67 0.93 0.23
Hex 70 10 4 0 56 60 38 7 5D 17
Octal 160 20 4 0 126 140 70 7 135 27
Binary 1110000 10000 100 0 1010110 1100000 111000 111 1011101 10111

Color Harmonies of #701004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701004

Black with #701004

Text Example


Text Example

White with #701004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701004; }

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

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

background-color css

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

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

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

border-color css

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

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

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