Html Css Color HEX #711000 Maroon

📋 copy color: '#711000'

red 113 ◦ green 16 ◦ blue 0

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

Shades of Maroon #711000

Tints of Maroon #711000

RGB

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

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

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

R = 87.6%
G = 12.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#711000 (or 0x711000) is known color: Maroon. HEX triplet: 71, 10 and 00. RGB value is (113,16,0). Sum of RGB (Red+Green+Blue) = 113+16+0=129 (17% of max value = 765). Red value is 113 (44.53% from 255 or 87.60% from 129); Green value is 16 (6.64% from 255 or 12.40% from 129); Blue value is 0 (0.39% from 255 or 0% from 129); Max value from RGB is 113 - color contains mainly: red. Hex color #711000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711000 is #8EEFFF. Grayscale: #2B2B2B. Windows color (decimal): -9367552 or 4209. OLE color: 4209.

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

Color convert

RGB 113 16 0 -
CMYK 0 0.86 1 0.56
HSL 8.5º 1% 0.22% -
HSV(B) 8.5º 1% 0.44% -
XYZ 7 3.88 0.38 -
YUV 43.18 103.64 177.8 -
System Red Green Blue C M Y K H S L
Decimal 113 16 0 0 0.86 1 0.56 8.5 1 0.22
Hex 71 10 0 0 56 64 38 8 64 16
Octal 161 20 0 0 126 144 70 10 144 26
Binary 1110001 10000 0 0 1010110 1100100 111000 1000 1100100 10110

Color Harmonies of #711000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711000

Black with #711000

Text Example


Text Example

White with #711000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711000; }

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

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

background-color css

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

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

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

border-color css

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

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

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