Html Css Color HEX #711200 Maroon

📋 copy color: '#711200'

red 113 ◦ green 18 ◦ blue 0

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

Shades of Maroon #711200

Tints of Maroon #711200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.26%
G = 13.74%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#711200 (or 0x711200) is known color: Maroon. HEX triplet: 71, 12 and 00. RGB value is (113,18,0). Sum of RGB (Red+Green+Blue) = 113+18+0=131 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.26% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 113 - color contains mainly: red. Hex color #711200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711200 is #8EEDFF. Grayscale: #2C2C2C. Windows color (decimal): -9367040 or 4721. OLE color: 4721.

HSL color Cylindrical-coordinate representation of color #711200: hue angle of 9.56º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #711200 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 18 0 -
CMYK 0 0.84 1 0.56
HSL 9.56º 1% 0.22% -
HSV(B) 9.56º 1% 0.44% -
XYZ 7.03 3.94 0.39 -
YUV 44.35 102.97 176.96 -
System Red Green Blue C M Y K H S L
Decimal 113 18 0 0 0.84 1 0.56 9.56 1 0.22
Hex 71 12 0 0 54 64 38 A 64 16
Octal 161 22 0 0 124 144 70 12 144 26
Binary 1110001 10010 0 0 1010100 1100100 111000 1010 1100100 10110

Color Harmonies of #711200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711200

Black with #711200

Text Example


Text Example

White with #711200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711200; }

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

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

background-color css

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

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

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

border-color css

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

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

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