Html Css Color HEX #711302 Maroon

📋 copy color: '#711302'

red 113 ◦ green 19 ◦ blue 2

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

Shades of Maroon #711302

Tints of Maroon #711302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.49%

R = 84.33%
G = 14.18%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#711302 (or 0x711302) is known color: Maroon. HEX triplet: 71, 13 and 02. RGB value is (113,19,2). Sum of RGB (Red+Green+Blue) = 113+19+2=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 19 (7.81% from 255 or 14.18% from 134); Blue value is 2 (1.17% from 255 or 1.49% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #711302 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711302 is #8EECFD. Grayscale: #2D2D2D. Windows color (decimal): -9366782 or 136049. OLE color: 136049.

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

Color convert

RGB 113 19 2 -
CMYK 0 0.83 0.98 0.56
HSL 9.19º 0.97% 0.23% -
HSV(B) 9.19º 0.98% 0.44% -
XYZ 7.05 3.98 0.45 -
YUV 45.17 103.64 176.38 -
System Red Green Blue C M Y K H S L
Decimal 113 19 2 0 0.83 0.98 0.56 9.19 0.97 0.23
Hex 71 13 2 0 53 62 38 9 61 17
Octal 161 23 2 0 123 142 70 11 141 27
Binary 1110001 10011 10 0 1010011 1100010 111000 1001 1100001 10111

Color Harmonies of #711302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711302

Black with #711302

Text Example


Text Example

White with #711302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711302; }

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

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

background-color css

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

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

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

border-color css

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

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

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