#710807

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

Shades of Maroon #710807

Tints of Maroon #710807

Color information

#710807 (or 0x710807) is unknown color: approx Maroon. HEX triplet: 71, 08 and 07. RGB value is (113,8,7). Sum of RGB (Red+Green+Blue) = 113+8+7=128 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.28% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 7 (3.12% from 255 or 5.47% from 128); Max value from RGB is 113 - color contains mainly: red. Hex color #710807 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710807 is #8EF7F8. Grayscale: #272727. Windows color (decimal): -9369593 or 460913. OLE color: 460913.

HSL color Cylindrical-coordinate representation of color #710807: hue angle of 0.57º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #710807 is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.56.

Color convert

RGB11387-
CMYK00.930.940.56
HSL0.57º88.33%23.53%-
HSV(B)0.57º93.81%44.31%-
XYZ6.943.70.55-
YUV39.28109.79180.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 88.28%
GREEN value IS 8 (3.52% from 255) = 6.25%
BLUE value IS 7 (3.12% from 255) = 5.47%
R=88.28%
G=6.25%
B=5.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.94
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138700.930.940.560.5788.3323.53
Hex718705D5E3815818
Octal161107013513670113030
Binary111000110001110101110110111101110001101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710807; }

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

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

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

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

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

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

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

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