#710602

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

Shades of Maroon #710602

Tints of Maroon #710602

Color information

#710602 (or 0x710602) is unknown color: approx Maroon. HEX triplet: 71, 06 and 02. RGB value is (113,6,2). Sum of RGB (Red+Green+Blue) = 113+6+2=121 (16% of max value = 765). Red value is 113 (44.53% from 255 or 93.39% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 113 - color contains mainly: red. Hex color #710602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710602 is #8EF9FD. Grayscale: #252525. Windows color (decimal): -9370110 or 132721. OLE color: 132721.

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

Color convert

RGB11362-
CMYK00.950.980.56
HSL2.16º96.52%22.55%-
HSV(B)2.16º98.23%44.31%-
XYZ6.893.650.4-
YUV37.54107.95181.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 93.39%
GREEN value IS 6 (2.73% from 255) = 4.96%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=93.39%
G=4.96%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1136200.950.980.562.1696.5222.55
Hex716205F623826117
Octal16162013714270214127
Binary11100011101001011111110001011100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710602; }

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

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

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

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

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

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

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

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