Html Css Color HEX #701501 Maroon

📋 copy color: '#701501'

red 112 ◦ green 21 ◦ blue 1

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

Shades of Maroon #701501

Tints of Maroon #701501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.67%

 BLUE value IS 1 (0.78% from 255) = 0.75%

R = 83.58%
G = 15.67%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#701501 (or 0x701501) is known color: Maroon. HEX triplet: 70, 15 and 01. RGB value is (112,21,1). Sum of RGB (Red+Green+Blue) = 112+21+1=134 (17% of max value = 765). Red value is 112 (44.14% from 255 or 83.58% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 112 - color contains mainly: red. Hex color #701501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701501 is #8FEAFE. Grayscale: #2E2E2E. Windows color (decimal): -9431807 or 71024. OLE color: 71024.

HSL color Cylindrical-coordinate representation of color #701501: hue angle of 10.81º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #701501 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 21 1 -
CMYK 0 0.81 0.99 0.56
HSL 10.81º 0.98% 0.22% -
HSV(B) 10.81º 0.99% 0.44% -
XYZ 6.96 3.98 0.43 -
YUV 45.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 112 21 1 0 0.81 0.99 0.56 10.81 0.98 0.22
Hex 70 15 1 0 51 63 38 B 62 16
Octal 160 25 1 0 121 143 70 13 142 26
Binary 1110000 10101 1 0 1010001 1100011 111000 1011 1100010 10110

Color Harmonies of #701501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701501

Black with #701501

Text Example


Text Example

White with #701501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701501; }

 p { color: rgb(112,21,1); }

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

background-color css

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

 a { background-color: rgb(112,21,1); }

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

border-color css

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

 span { border-color: rgb(112,21,1); }

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