Html Css Color HEX #701102 Maroon

📋 copy color: '#701102'

red 112 ◦ green 17 ◦ blue 2

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

Shades of Maroon #701102

Tints of Maroon #701102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.53%

R = 85.5%
G = 12.98%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#701102 (or 0x701102) is known color: Maroon. HEX triplet: 70, 11 and 02. RGB value is (112,17,2). Sum of RGB (Red+Green+Blue) = 112+17+2=131 (17% of max value = 765). Red value is 112 (44.14% from 255 or 85.50% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 2 (1.17% from 255 or 1.53% from 131); Max value from RGB is 112 - color contains mainly: red. Hex color #701102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #701102 is #8FEEFD. Grayscale: #2B2B2B. Windows color (decimal): -9432830 or 135536. OLE color: 135536.

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

Color convert

RGB 112 17 2 -
CMYK 0 0.85 0.98 0.56
HSL 8.18º 0.96% 0.22% -
HSV(B) 8.18º 0.98% 0.44% -
XYZ 6.89 3.85 0.44 -
YUV 43.7 104.47 176.72 -
System Red Green Blue C M Y K H S L
Decimal 112 17 2 0 0.85 0.98 0.56 8.18 0.96 0.22
Hex 70 11 2 0 55 62 38 8 60 16
Octal 160 21 2 0 125 142 70 10 140 26
Binary 1110000 10001 10 0 1010101 1100010 111000 1000 1100000 10110

Color Harmonies of #701102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701102

Black with #701102

Text Example


Text Example

White with #701102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701102; }

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

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

background-color css

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

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

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

border-color css

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

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

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