Html Css Color HEX #701000 Maroon

📋 copy color: '#701000'

red 112 ◦ green 16 ◦ blue 0

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

Shades of Maroon #701000

Tints of Maroon #701000

RGB

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

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

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

R = 87.5%
G = 12.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#701000 (or 0x701000) is known color: Maroon. HEX triplet: 70, 10 and 00. RGB value is (112,16,0). Sum of RGB (Red+Green+Blue) = 112+16+0=128 (16% of max value = 765). Red value is 112 (44.14% from 255 or 87.5% from 128); Green value is 16 (6.64% from 255 or 12.5% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 112 - color contains mainly: red. Hex color #701000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701000 is #8FEFFF. Grayscale: #2B2B2B. Windows color (decimal): -9433088 or 4208. OLE color: 4208.

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

Color convert

RGB 112 16 0 -
CMYK 0 0.86 1 0.56
HSL 8.57º 1% 0.22% -
HSV(B) 8.57º 1% 0.44% -
XYZ 6.87 3.82 0.37 -
YUV 42.88 103.8 177.3 -
System Red Green Blue C M Y K H S L
Decimal 112 16 0 0 0.86 1 0.56 8.57 1 0.22
Hex 70 10 0 0 56 64 38 9 64 16
Octal 160 20 0 0 126 144 70 11 144 26
Binary 1110000 10000 0 0 1010110 1100100 111000 1001 1100100 10110

Color Harmonies of #701000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701000

Black with #701000

Text Example


Text Example

White with #701000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701000; }

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

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

background-color css

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

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

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

border-color css

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

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

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