Html Css Color HEX #711701 Maroon

📋 copy color: '#711701'

red 113 ◦ green 23 ◦ blue 1

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

Shades of Maroon #711701

Tints of Maroon #711701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 82.48%
G = 16.79%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#711701 (or 0x711701) is known color: Maroon. HEX triplet: 71, 17 and 01. RGB value is (113,23,1). Sum of RGB (Red+Green+Blue) = 113+23+1=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #711701 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711701 is #8EE8FE. Grayscale: #2F2F2F. Windows color (decimal): -9365759 or 71537. OLE color: 71537.

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

Color convert

RGB 113 23 1 -
CMYK 0 0.80 0.99 0.56
HSL 11.79º 0.98% 0.22% -
HSV(B) 11.79º 0.99% 0.44% -
XYZ 7.12 4.13 0.45 -
YUV 47.4 101.82 174.79 -
System Red Green Blue C M Y K H S L
Decimal 113 23 1 0 0.80 0.99 0.56 11.79 0.98 0.22
Hex 71 17 1 0 50 63 38 C 62 16
Octal 161 27 1 0 120 143 70 14 142 26
Binary 1110001 10111 1 0 1010000 1100011 111000 1100 1100010 10110

Color Harmonies of #711701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711701

Black with #711701

Text Example


Text Example

White with #711701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711701; }

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

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

background-color css

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

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

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

border-color css

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

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

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