Html Css Color HEX #710605 Maroon

📋 copy color: '#710605'

red 113 ◦ green 6 ◦ blue 5

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

Shades of Maroon #710605

Tints of Maroon #710605

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.84%

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

R = 91.13%
G = 4.84%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#710605 (or 0x710605) is known color: Maroon. HEX triplet: 71, 06 and 05. RGB value is (113,6,5). Sum of RGB (Red+Green+Blue) = 113+6+5=124 (16% of max value = 765). Red value is 113 (44.53% from 255 or 91.13% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 5 (2.34% from 255 or 4.03% from 124); Max value from RGB is 113 - color contains mainly: red. Hex color #710605 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710605 is #8EF9FA. Grayscale: #252525. Windows color (decimal): -9370107 or 329329. OLE color: 329329.

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

Color convert

RGB 113 6 5 -
CMYK 0 0.95 0.96 0.56
HSL 0.56º 0.92% 0.23% -
HSV(B) 0.56º 0.96% 0.44% -
XYZ 6.9 3.65 0.48 -
YUV 37.88 109.45 181.58 -
System Red Green Blue C M Y K H S L
Decimal 113 6 5 0 0.95 0.96 0.56 0.56 0.92 0.23
Hex 71 6 5 0 5F 60 38 1 5C 17
Octal 161 6 5 0 137 140 70 1 134 27
Binary 1110001 110 101 0 1011111 1100000 111000 1 1011100 10111

Color Harmonies of #710605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710605

Black with #710605

Text Example


Text Example

White with #710605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710605; }

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

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

background-color css

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

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

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

border-color css

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

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

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