Html Css Color HEX #711202 Maroon

📋 copy color: '#711202'

red 113 ◦ green 18 ◦ blue 2

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

Shades of Maroon #711202

Tints of Maroon #711202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.53%

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

R = 84.96%
G = 13.53%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#711202 (or 0x711202) is known color: Maroon. HEX triplet: 71, 12 and 02. RGB value is (113,18,2). Sum of RGB (Red+Green+Blue) = 113+18+2=133 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.96% from 133); Green value is 18 (7.42% from 255 or 13.53% from 133); Blue value is 2 (1.17% from 255 or 1.50% from 133); Max value from RGB is 113 - color contains mainly: red. Hex color #711202 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711202 is #8EEDFD. Grayscale: #2C2C2C. Windows color (decimal): -9367038 or 135793. OLE color: 135793.

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

Color convert

RGB 113 18 2 -
CMYK 0 0.84 0.98 0.56
HSL 8.65º 0.97% 0.23% -
HSV(B) 8.65º 0.98% 0.44% -
XYZ 7.04 3.95 0.45 -
YUV 44.58 103.97 176.8 -
System Red Green Blue C M Y K H S L
Decimal 113 18 2 0 0.84 0.98 0.56 8.65 0.97 0.23
Hex 71 12 2 0 54 62 38 9 61 17
Octal 161 22 2 0 124 142 70 11 141 27
Binary 1110001 10010 10 0 1010100 1100010 111000 1001 1100001 10111

Color Harmonies of #711202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711202

Black with #711202

Text Example


Text Example

White with #711202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711202; }

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

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

background-color css

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

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

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

border-color css

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

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

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