Html Css Color HEX #711205 Maroon

📋 copy color: '#711205'

red 113 ◦ green 18 ◦ blue 5

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

Shades of Maroon #711205

Tints of Maroon #711205

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.24%

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

R = 83.09%
G = 13.24%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#711205 (or 0x711205) is known color: Maroon. HEX triplet: 71, 12 and 05. RGB value is (113,18,5). Sum of RGB (Red+Green+Blue) = 113+18+5=136 (18% of max value = 765). Red value is 113 (44.53% from 255 or 83.09% from 136); Green value is 18 (7.42% from 255 or 13.24% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 113 - color contains mainly: red. Hex color #711205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711205 is #8EEDFA. Grayscale: #2D2D2D. Windows color (decimal): -9367035 or 332401. OLE color: 332401.

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

Color convert

RGB 113 18 5 -
CMYK 0 0.84 0.96 0.56
HSL 7.22º 0.92% 0.23% -
HSV(B) 7.22º 0.96% 0.44% -
XYZ 7.05 3.95 0.54 -
YUV 44.92 105.47 176.56 -
System Red Green Blue C M Y K H S L
Decimal 113 18 5 0 0.84 0.96 0.56 7.22 0.92 0.23
Hex 71 12 5 0 54 60 38 7 5C 17
Octal 161 22 5 0 124 140 70 7 134 27
Binary 1110001 10010 101 0 1010100 1100000 111000 111 1011100 10111

Color Harmonies of #711205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711205

Black with #711205

Text Example


Text Example

White with #711205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711205; }

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

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

background-color css

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

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

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

border-color css

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

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

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