#710401

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

Shades of Maroon #710401

Tints of Maroon #710401

Color information

#710401 (or 0x710401) is unknown color: approx Maroon. HEX triplet: 71, 04 and 01. RGB value is (113,4,1). Sum of RGB (Red+Green+Blue) = 113+4+1=118 (15% of max value = 765). Red value is 113 (44.53% from 255 or 95.76% from 118); Green value is 4 (1.95% from 255 or 3.39% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 113 - color contains mainly: red. Hex color #710401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710401 is #8EFBFE. Grayscale: #242424. Windows color (decimal): -9370623 or 66673. OLE color: 66673.

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

Color convert

RGB11341-
CMYK00.960.990.56
HSL1.61º98.25%22.35%-
HSV(B)1.61º99.12%44.31%-
XYZ6.863.60.36-
YUV36.25108.11182.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 95.76%
GREEN value IS 4 (1.95% from 255) = 3.39%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=95.76%
G=3.39%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.99
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134100.960.990.561.6198.2522.35
Hex7141060633826216
Octal16141014014370214226
Binary1110001100101100000110001111100010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710401; }

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

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

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

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

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

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

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

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