Html Css Color HEX #701701 Maroon

📋 copy color: '#701701'

red 112 ◦ green 23 ◦ blue 1

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

Shades of Maroon #701701

Tints of Maroon #701701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.91%

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

R = 82.35%
G = 16.91%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#701701 (or 0x701701) is known color: Maroon. HEX triplet: 70, 17 and 01. RGB value is (112,23,1). Sum of RGB (Red+Green+Blue) = 112+23+1=136 (18% of max value = 765). Red value is 112 (44.14% from 255 or 82.35% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 1 (0.78% from 255 or 0.74% from 136); Max value from RGB is 112 - color contains mainly: red. Hex color #701701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701701 is #8FE8FE. Grayscale: #2F2F2F. Windows color (decimal): -9431295 or 71536. OLE color: 71536.

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

Color convert

RGB 112 23 1 -
CMYK 0 0.79 0.99 0.56
HSL 11.89º 0.98% 0.22% -
HSV(B) 11.89º 0.99% 0.44% -
XYZ 6.99 4.06 0.44 -
YUV 47.1 101.99 174.29 -
System Red Green Blue C M Y K H S L
Decimal 112 23 1 0 0.79 0.99 0.56 11.89 0.98 0.22
Hex 70 17 1 0 4F 63 38 C 62 16
Octal 160 27 1 0 117 143 70 14 142 26
Binary 1110000 10111 1 0 1001111 1100011 111000 1100 1100010 10110

Color Harmonies of #701701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701701

Black with #701701

Text Example


Text Example

White with #701701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701701; }

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

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

background-color css

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

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

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

border-color css

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

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

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