#710403

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

Shades of Maroon #710403

Tints of Maroon #710403

Color information

#710403 (or 0x710403) is unknown color: approx Maroon. HEX triplet: 71, 04 and 03. RGB value is (113,4,3). Sum of RGB (Red+Green+Blue) = 113+4+3=120 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.17% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 113 - color contains mainly: red. Hex color #710403 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710403 is #8EFBFC. Grayscale: #242424. Windows color (decimal): -9370621 or 197745. OLE color: 197745.

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

Color convert

RGB11343-
CMYK00.960.970.56
HSL0.55º94.83%22.75%-
HSV(B)0.55º97.35%44.31%-
XYZ6.873.60.42-
YUV36.48109.11182.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 94.17%
GREEN value IS 4 (1.95% from 255) = 3.33%
BLUE value IS 3 (1.56% from 255) = 2.5%
R=94.17%
G=3.33%
B=2.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1134300.960.970.560.5594.8322.75
Hex7143060613815f17
Octal16143014014170113727
Binary1110001100110110000011000011110001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #710403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #710403; }

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

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

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

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

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

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

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

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