#710402

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

Shades of Maroon #710402

Tints of Maroon #710402

Color information

#710402 (or 0x710402) is unknown color: approx Maroon. HEX triplet: 71, 04 and 02. RGB value is (113,4,2). Sum of RGB (Red+Green+Blue) = 113+4+2=119 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.96% from 119); Green value is 4 (1.95% from 255 or 3.36% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 113 - color contains mainly: red. Hex color #710402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710402 is #8EFBFD. Grayscale: #242424. Windows color (decimal): -9370622 or 132209. OLE color: 132209.

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

Color convert

RGB11342-
CMYK00.960.980.56
HSL1.08º96.52%22.55%-
HSV(B)1.08º98.23%44.31%-
XYZ6.863.60.39-
YUV36.36108.61182.66-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 94.96%
GREEN value IS 4 (1.95% from 255) = 3.36%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=94.96%
G=3.36%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134200.960.980.561.0896.5222.55
Hex7142060623816117
Octal16142014014270114127
Binary1110001100100110000011000101110001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710402; }

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

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

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

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

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

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

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

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