#710701

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

Shades of Maroon #710701

Tints of Maroon #710701

Color information

#710701 (or 0x710701) is unknown color: approx Maroon. HEX triplet: 71, 07 and 01. RGB value is (113,7,1). Sum of RGB (Red+Green+Blue) = 113+7+1=121 (16% of max value = 765). Red value is 113 (44.53% from 255 or 93.39% from 121); Green value is 7 (3.12% from 255 or 5.79% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 113 - color contains mainly: red. Hex color #710701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710701 is #8EF8FE. Grayscale: #262626. Windows color (decimal): -9369855 or 67441. OLE color: 67441.

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

Color convert

RGB11371-
CMYK00.940.990.56
HSL3.21º98.25%22.35%-
HSV(B)3.21º99.12%44.31%-
XYZ6.893.660.37-
YUV38.01107.12181.49-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 93.39%
GREEN value IS 7 (3.12% from 255) = 5.79%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=93.39%
G=5.79%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1137100.940.990.563.2198.2522.35
Hex717105E633836216
Octal16171013614370314226
Binary1110001111101011110110001111100011110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710701; }

 p { color: rgb(113,7,1); }

 H1.HeaderClassName
 {
   color: #710701;
 }
 .AnyTagClassName
 {
   color: #710701;
 }
</style>
background-color css

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

 a { background-color: rgb(113,7,1); }

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

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

 span { border-color: rgb(113,7,1); }

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