Html Css Color HEX #701103 Maroon

📋 copy color: '#701103'

red 112 ◦ green 17 ◦ blue 3

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

Shades of Maroon #701103

Tints of Maroon #701103

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.88%

 BLUE value IS 3 (1.56% from 255) = 2.27%

R = 84.85%
G = 12.88%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#701103 (or 0x701103) is known color: Maroon. HEX triplet: 70, 11 and 03. RGB value is (112,17,3). Sum of RGB (Red+Green+Blue) = 112+17+3=132 (17% of max value = 765). Red value is 112 (44.14% from 255 or 84.85% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 112 - color contains mainly: red. Hex color #701103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701103 is #8FEEFC. Grayscale: #2B2B2B. Windows color (decimal): -9432829 or 201072. OLE color: 201072.

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

Color convert

RGB 112 17 3 -
CMYK 0 0.85 0.97 0.56
HSL 7.71º 0.95% 0.23% -
HSV(B) 7.71º 0.97% 0.44% -
XYZ 6.9 3.85 0.47 -
YUV 43.81 104.97 176.64 -
System Red Green Blue C M Y K H S L
Decimal 112 17 3 0 0.85 0.97 0.56 7.71 0.95 0.23
Hex 70 11 3 0 55 61 38 8 5F 17
Octal 160 21 3 0 125 141 70 10 137 27
Binary 1110000 10001 11 0 1010101 1100001 111000 1000 1011111 10111

Color Harmonies of #701103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701103

Black with #701103

Text Example


Text Example

White with #701103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701103; }

 p { color: rgb(112,17,3); }

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

background-color css

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

 a { background-color: rgb(112,17,3); }

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

border-color css

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

 span { border-color: rgb(112,17,3); }

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