Html Css Color HEX #710905 Maroon

📋 copy color: '#710905'

red 113 ◦ green 9 ◦ blue 5

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

Shades of Maroon #710905

Tints of Maroon #710905

RGB

 RED value IS 113 (44.53% from 255) = 88.98%

 GREEN value IS 9 (3.91% from 255) = 7.09%

 BLUE value IS 5 (2.34% from 255) = 3.94%

R = 88.98%
G = 7.09%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#710905 (or 0x710905) is known color: Maroon. HEX triplet: 71, 09 and 05. RGB value is (113,9,5). Sum of RGB (Red+Green+Blue) = 113+9+5=127 (16% of max value = 765). Red value is 113 (44.53% from 255 or 88.98% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 113 - color contains mainly: red. Hex color #710905 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710905 is #8EF6FA. Grayscale: #272727. Windows color (decimal): -9369339 or 330097. OLE color: 330097.

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

Color convert

RGB 113 9 5 -
CMYK 0 0.92 0.96 0.56
HSL 2.22º 0.92% 0.23% -
HSV(B) 2.22º 0.96% 0.44% -
XYZ 6.94 3.72 0.5 -
YUV 39.64 108.46 180.33 -
System Red Green Blue C M Y K H S L
Decimal 113 9 5 0 0.92 0.96 0.56 2.22 0.92 0.23
Hex 71 9 5 0 5C 60 38 2 5C 17
Octal 161 11 5 0 134 140 70 2 134 27
Binary 1110001 1001 101 0 1011100 1100000 111000 10 1011100 10111

Color Harmonies of #710905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710905

Black with #710905

Text Example


Text Example

White with #710905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710905; }

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

 H1.HeaderClassName
 {
   color: #710905;
 }
 .AnyTagClassName
 {
   color: #710905;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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