Html Css Color HEX #701007 Maroon

📋 copy color: '#701007'

red 112 ◦ green 16 ◦ blue 7

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

Shades of Maroon #701007

Tints of Maroon #701007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.19%

R = 82.96%
G = 11.85%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#701007 (or 0x701007) is known color: Maroon. HEX triplet: 70, 10 and 07. RGB value is (112,16,7). Sum of RGB (Red+Green+Blue) = 112+16+7=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 16 (6.64% from 255 or 11.85% from 135); Blue value is 7 (3.12% from 255 or 5.19% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #701007 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701007 is #8FEFF8. Grayscale: #2B2B2B. Windows color (decimal): -9433081 or 462960. OLE color: 462960.

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

Color convert

RGB 112 16 7 -
CMYK 0 0.86 0.94 0.56
HSL 5.14º 0.88% 0.23% -
HSV(B) 5.14º 0.94% 0.44% -
XYZ 6.91 3.83 0.58 -
YUV 43.68 107.3 176.73 -
System Red Green Blue C M Y K H S L
Decimal 112 16 7 0 0.86 0.94 0.56 5.14 0.88 0.23
Hex 70 10 7 0 56 5E 38 5 58 17
Octal 160 20 7 0 126 136 70 5 130 27
Binary 1110000 10000 111 0 1010110 1011110 111000 101 1011000 10111

Color Harmonies of #701007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701007

Black with #701007

Text Example


Text Example

White with #701007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701007; }

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

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

background-color css

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

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

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

border-color css

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

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

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