Html Css Color HEX #711501 Maroon

📋 copy color: '#711501'

red 113 ◦ green 21 ◦ blue 1

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

Shades of Maroon #711501

Tints of Maroon #711501

RGB

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

 GREEN value IS 21 (8.59% from 255) = 15.56%

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

R = 83.7%
G = 15.56%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#711501 (or 0x711501) is known color: Maroon. HEX triplet: 71, 15 and 01. RGB value is (113,21,1). Sum of RGB (Red+Green+Blue) = 113+21+1=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 1 (0.78% from 255 or 0.74% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #711501 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711501 is #8EEAFE. Grayscale: #2E2E2E. Windows color (decimal): -9366271 or 71025. OLE color: 71025.

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

Color convert

RGB 113 21 1 -
CMYK 0 0.81 0.99 0.56
HSL 10.71º 0.98% 0.22% -
HSV(B) 10.71º 0.99% 0.44% -
XYZ 7.08 4.05 0.44 -
YUV 46.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 113 21 1 0 0.81 0.99 0.56 10.71 0.98 0.22
Hex 71 15 1 0 51 63 38 B 62 16
Octal 161 25 1 0 121 143 70 13 142 26
Binary 1110001 10101 1 0 1010001 1100011 111000 1011 1100010 10110

Color Harmonies of #711501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711501

Black with #711501

Text Example


Text Example

White with #711501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711501; }

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

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

background-color css

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

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

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

border-color css

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

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

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