#710F04

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

Shades of Maroon #710F04

Tints of Maroon #710F04

Color information

#710F04 (or 0x710F04) is unknown color: approx Maroon. HEX triplet: 71, 0F and 04. RGB value is (113,15,4). Sum of RGB (Red+Green+Blue) = 113+15+4=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 15 (6.25% from 255 or 11.36% from 132); Blue value is 4 (1.95% from 255 or 3.03% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #710F04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710F04 is #8EF0FB. Grayscale: #2B2B2B. Windows color (decimal): -9367804 or 266097. OLE color: 266097.

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

Color convert

RGB113154-
CMYK00.870.960.56
HSL6.06º93.16%22.94%-
HSV(B)6.06º96.46%44.31%-
XYZ73.860.49-
YUV43.05105.97177.89-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 85.61%
GREEN value IS 15 (6.25% from 255) = 11.36%
BLUE value IS 4 (1.95% from 255) = 3.03%
R=85.61%
G=11.36%
B=3.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11315400.870.960.566.0693.1622.94
Hex71F4057603865d17
Octal161174012714070613527
Binary11100011111100010101111100000111000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710F04; }

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

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

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

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

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

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

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

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