Html Css Color HEX #711700 Maroon

📋 copy color: '#711700'

red 113 ◦ green 23 ◦ blue 0

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

Shades of Maroon #711700

Tints of Maroon #711700

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.91%

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

R = 83.09%
G = 16.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#711700 (or 0x711700) is known color: Maroon. HEX triplet: 71, 17 and 00. RGB value is (113,23,0). Sum of RGB (Red+Green+Blue) = 113+23+0=136 (18% of max value = 765). Red value is 113 (44.53% from 255 or 83.09% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 113 - color contains mainly: red. Hex color #711700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711700 is #8EE8FF. Grayscale: #2F2F2F. Windows color (decimal): -9365760 or 6001. OLE color: 6001.

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

Color convert

RGB 113 23 0 -
CMYK 0 0.80 1 0.56
HSL 12.21º 1% 0.22% -
HSV(B) 12.21º 1% 0.44% -
XYZ 7.12 4.12 0.42 -
YUV 47.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 113 23 0 0 0.80 1 0.56 12.21 1 0.22
Hex 71 17 0 0 50 64 38 C 64 16
Octal 161 27 0 0 120 144 70 14 144 26
Binary 1110001 10111 0 0 1010000 1100100 111000 1100 1100100 10110

Color Harmonies of #711700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711700

Black with #711700

Text Example


Text Example

White with #711700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711700; }

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

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

background-color css

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

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

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

border-color css

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

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

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