Html Css Color HEX #711401 Maroon

📋 copy color: '#711401'

red 113 ◦ green 20 ◦ blue 1

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

Shades of Maroon #711401

Tints of Maroon #711401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 84.33%
G = 14.93%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#711401 (or 0x711401) is known color: Maroon. HEX triplet: 71, 14 and 01. RGB value is (113,20,1). Sum of RGB (Red+Green+Blue) = 113+20+1=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #711401 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711401 is #8EEBFE. Grayscale: #2D2D2D. Windows color (decimal): -9366527 or 70769. OLE color: 70769.

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

Color convert

RGB 113 20 1 -
CMYK 0 0.82 0.99 0.56
HSL 10.18º 0.98% 0.22% -
HSV(B) 10.18º 0.99% 0.44% -
XYZ 7.07 4.01 0.43 -
YUV 45.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 113 20 1 0 0.82 0.99 0.56 10.18 0.98 0.22
Hex 71 14 1 0 52 63 38 A 62 16
Octal 161 24 1 0 122 143 70 12 142 26
Binary 1110001 10100 1 0 1010010 1100011 111000 1010 1100010 10110

Color Harmonies of #711401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711401

Black with #711401

Text Example


Text Example

White with #711401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711401; }

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

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

background-color css

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

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

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

border-color css

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

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

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