#710505

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

Shades of Maroon #710505

Tints of Maroon #710505

Color information

#710505 (or 0x710505) is unknown color: approx Maroon. HEX triplet: 71, 05 and 05. RGB value is (113,5,5). Sum of RGB (Red+Green+Blue) = 113+5+5=123 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.87% from 123); Green value is 5 (2.34% from 255 or 4.07% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 113 - color contains mainly: red. Hex color #710505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710505 is #8EFAFA. Grayscale: #252525. Windows color (decimal): -9370363 or 329073. OLE color: 329073.

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

Color convert

RGB11355-
CMYK00.960.960.56
HSL91.53%23.14%-
HSV(B)95.58%44.31%-
XYZ6.893.630.48-
YUV37.29109.78182-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 91.87%
GREEN value IS 5 (2.34% from 255) = 4.07%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=91.87%
G=4.07%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1135500.960.960.56091.5323.14
Hex7155060603805c17
Octal16155014014070013427
Binary11100011011010110000011000001110000101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710505; }

 p { color: rgb(113,5,5); }

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

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

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

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

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

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

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