Html Css Color HEX #710403 Maroon

📋 copy color: '#710403'

red 113 ◦ green 4 ◦ blue 3

#710403
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Maroon #710403

Tints of Maroon #710403

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 value IS 0

 M value IS 0.96

 Y value IS 0.97

 K value IS 0.56

RGB Variations

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

Color information

#710403 (or 0x710403) is known color: 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

RGB 113 4 3 -
CMYK 0 0.96 0.97 0.56
HSL 0.55º 0.95% 0.23% -
HSV(B) 0.55º 0.97% 0.44% -
XYZ 6.87 3.6 0.42 -
YUV 36.48 109.11 182.58 -
System Red Green Blue C M Y K H S L
Decimal 113 4 3 0 0.96 0.97 0.56 0.55 0.95 0.23
Hex 71 4 3 0 60 61 38 1 5F 17
Octal 161 4 3 0 140 141 70 1 137 27
Binary 1110001 100 11 0 1100000 1100001 111000 1 1011111 10111

Color Harmonies of #710403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710403

Black with #710403

Text Example


Text Example

White with #710403

Text Example


Text Example

HTML Codes & Css Web 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>