Html Css Color HEX #710805 Maroon

📋 copy color: '#710805'

red 113 ◦ green 8 ◦ blue 5

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

Shades of Maroon #710805

Tints of Maroon #710805

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

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

R = 89.68%
G = 6.35%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#710805 (or 0x710805) is known color: Maroon. HEX triplet: 71, 08 and 05. RGB value is (113,8,5). Sum of RGB (Red+Green+Blue) = 113+8+5=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 5 (2.34% from 255 or 3.97% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #710805 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710805 is #8EF7FA. Grayscale: #272727. Windows color (decimal): -9369595 or 329841. OLE color: 329841.

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

Color convert

RGB 113 8 5 -
CMYK 0 0.93 0.96 0.56
HSL 1.67º 0.92% 0.23% -
HSV(B) 1.67º 0.96% 0.44% -
XYZ 6.92 3.7 0.49 -
YUV 39.05 108.79 180.74 -
System Red Green Blue C M Y K H S L
Decimal 113 8 5 0 0.93 0.96 0.56 1.67 0.92 0.23
Hex 71 8 5 0 5D 60 38 2 5C 17
Octal 161 10 5 0 135 140 70 2 134 27
Binary 1110001 1000 101 0 1011101 1100000 111000 10 1011100 10111

Color Harmonies of #710805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710805

Black with #710805

Text Example


Text Example

White with #710805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710805; }

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

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

background-color css

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

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

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

border-color css

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

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

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