Html Css Color HEX #711305 Maroon

📋 copy color: '#711305'

red 113 ◦ green 19 ◦ blue 5

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

Shades of Maroon #711305

Tints of Maroon #711305

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.87%

 BLUE value IS 5 (2.34% from 255) = 3.65%

R = 82.48%
G = 13.87%
B = 3.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#711305 (or 0x711305) is known color: Maroon. HEX triplet: 71, 13 and 05. RGB value is (113,19,5). Sum of RGB (Red+Green+Blue) = 113+19+5=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 19 (7.81% from 255 or 13.87% from 137); Blue value is 5 (2.34% from 255 or 3.65% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #711305 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711305 is #8EECFA. Grayscale: #2D2D2D. Windows color (decimal): -9366779 or 332657. OLE color: 332657.

HSL color Cylindrical-coordinate representation of color #711305: hue angle of 7.78º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #711305 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 19 5 -
CMYK 0 0.83 0.96 0.56
HSL 7.78º 0.92% 0.23% -
HSV(B) 7.78º 0.96% 0.44% -
XYZ 7.07 3.99 0.54 -
YUV 45.51 105.14 176.14 -
System Red Green Blue C M Y K H S L
Decimal 113 19 5 0 0.83 0.96 0.56 7.78 0.92 0.23
Hex 71 13 5 0 53 60 38 8 5C 17
Octal 161 23 5 0 123 140 70 10 134 27
Binary 1110001 10011 101 0 1010011 1100000 111000 1000 1011100 10111

Color Harmonies of #711305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711305

Black with #711305

Text Example


Text Example

White with #711305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711305; }

 p { color: rgb(113,19,5); }

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

background-color css

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

 a { background-color: rgb(113,19,5); }

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

border-color css

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

 span { border-color: rgb(113,19,5); }

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