Html Css Color HEX #711001 Maroon

📋 copy color: '#711001'

red 113 ◦ green 16 ◦ blue 1

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

Shades of Maroon #711001

Tints of Maroon #711001

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

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

R = 86.92%
G = 12.31%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#711001 (or 0x711001) is known color: Maroon. HEX triplet: 71, 10 and 01. RGB value is (113,16,1). Sum of RGB (Red+Green+Blue) = 113+16+1=130 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.92% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 113 - color contains mainly: red. Hex color #711001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711001 is #8EEFFE. Grayscale: #2B2B2B. Windows color (decimal): -9367551 or 69745. OLE color: 69745.

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

Color convert

RGB 113 16 1 -
CMYK 0 0.86 0.99 0.56
HSL 8.04º 0.98% 0.22% -
HSV(B) 8.04º 0.99% 0.44% -
XYZ 7 3.88 0.41 -
YUV 43.29 104.14 177.72 -
System Red Green Blue C M Y K H S L
Decimal 113 16 1 0 0.86 0.99 0.56 8.04 0.98 0.22
Hex 71 10 1 0 56 63 38 8 62 16
Octal 161 20 1 0 126 143 70 10 142 26
Binary 1110001 10000 1 0 1010110 1100011 111000 1000 1100010 10110

Color Harmonies of #711001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711001

Black with #711001

Text Example


Text Example

White with #711001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711001; }

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

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

background-color css

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

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

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

border-color css

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

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

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