Html Css Color HEX #711100 Maroon

📋 copy color: '#711100'

red 113 ◦ green 17 ◦ blue 0

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

Shades of Maroon #711100

Tints of Maroon #711100

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.08%

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

R = 86.92%
G = 13.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#711100 (or 0x711100) is known color: Maroon. HEX triplet: 71, 11 and 00. RGB value is (113,17,0). Sum of RGB (Red+Green+Blue) = 113+17+0=130 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.92% from 130); Green value is 17 (7.03% from 255 or 13.08% from 130); Blue value is 0 (0.39% from 255 or 0% from 130); Max value from RGB is 113 - color contains mainly: red. Hex color #711100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711100 is #8EEEFF. Grayscale: #2B2B2B. Windows color (decimal): -9367296 or 4465. OLE color: 4465.

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

Color convert

RGB 113 17 0 -
CMYK 0 0.85 1 0.56
HSL 9.03º 1% 0.22% -
HSV(B) 9.03º 1% 0.44% -
XYZ 7.01 3.91 0.39 -
YUV 43.77 103.3 177.38 -
System Red Green Blue C M Y K H S L
Decimal 113 17 0 0 0.85 1 0.56 9.03 1 0.22
Hex 71 11 0 0 55 64 38 9 64 16
Octal 161 21 0 0 125 144 70 11 144 26
Binary 1110001 10001 0 0 1010101 1100100 111000 1001 1100100 10110

Color Harmonies of #711100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711100

Black with #711100

Text Example


Text Example

White with #711100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711100; }

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

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

background-color css

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

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

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

border-color css

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

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

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