Html Css Color HEX #711502 Maroon

📋 copy color: '#711502'

red 113 ◦ green 21 ◦ blue 2

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

Shades of Maroon #711502

Tints of Maroon #711502

RGB

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

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

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

R = 83.09%
G = 15.44%
B = 1.47%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#711502 (or 0x711502) is known color: Maroon. HEX triplet: 71, 15 and 02. RGB value is (113,21,2). Sum of RGB (Red+Green+Blue) = 113+21+2=136 (18% of max value = 765). Red value is 113 (44.53% from 255 or 83.09% from 136); Green value is 21 (8.59% from 255 or 15.44% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 113 - color contains mainly: red. Hex color #711502 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711502 is #8EEAFD. Grayscale: #2E2E2E. Windows color (decimal): -9366270 or 136561. OLE color: 136561.

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

Color convert

RGB 113 21 2 -
CMYK 0 0.81 0.98 0.56
HSL 10.27º 0.97% 0.23% -
HSV(B) 10.27º 0.98% 0.44% -
XYZ 7.09 4.05 0.47 -
YUV 46.34 102.98 175.54 -
System Red Green Blue C M Y K H S L
Decimal 113 21 2 0 0.81 0.98 0.56 10.27 0.97 0.23
Hex 71 15 2 0 51 62 38 A 61 17
Octal 161 25 2 0 121 142 70 12 141 27
Binary 1110001 10101 10 0 1010001 1100010 111000 1010 1100001 10111

Color Harmonies of #711502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711502

Black with #711502

Text Example


Text Example

White with #711502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711502; }

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

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

background-color css

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

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

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

border-color css

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

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

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