#701102

Color #701102 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #701102

Tints of Maroon #701102

Color information

#701102 (or 0x701102) is unknown color: approx 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

RGB112172-
CMYK00.850.980.56
HSL8.18º96.49%22.35%-
HSV(B)8.18º98.21%43.92%-
XYZ6.893.850.44-
YUV43.7104.47176.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 85.50%
GREEN value IS 17 (7.03% from 255) = 12.98%
BLUE value IS 2 (1.17% from 255) = 1.53%
R=85.50%
G=12.98%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11217200.850.980.568.1896.4922.35
Hex70112055623886016
Octal1602120125142701014026
Binary111000010001100101010111000101110001000110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>