Html Css Color HEX #701700 Maroon

📋 copy color: '#701700'

red 112 ◦ green 23 ◦ blue 0

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

Shades of Maroon #701700

Tints of Maroon #701700

RGB

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

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

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

R = 82.96%
G = 17.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#701700 (or 0x701700) is known color: Maroon. HEX triplet: 70, 17 and 00. RGB value is (112,23,0). Sum of RGB (Red+Green+Blue) = 112+23+0=135 (17% of max value = 765). Red value is 112 (44.14% from 255 or 82.96% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 0 (0.39% from 255 or 0% from 135); Max value from RGB is 112 - color contains mainly: red. Hex color #701700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701700 is #8FE8FF. Grayscale: #2F2F2F. Windows color (decimal): -9431296 or 6000. OLE color: 6000.

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

Color convert

RGB 112 23 0 -
CMYK 0 0.79 1 0.56
HSL 12.32º 1% 0.22% -
HSV(B) 12.32º 1% 0.44% -
XYZ 6.99 4.06 0.41 -
YUV 46.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 112 23 0 0 0.79 1 0.56 12.32 1 0.22
Hex 70 17 0 0 4F 64 38 C 64 16
Octal 160 27 0 0 117 144 70 14 144 26
Binary 1110000 10111 0 0 1001111 1100100 111000 1100 1100100 10110

Color Harmonies of #701700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701700

Black with #701700

Text Example


Text Example

White with #701700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701700; }

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

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

background-color css

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

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

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

border-color css

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

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

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