Html Css Color HEX #711602 Maroon

📋 copy color: '#711602'

red 113 ◦ green 22 ◦ blue 2

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

Shades of Maroon #711602

Tints of Maroon #711602

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.06%

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

R = 82.48%
G = 16.06%
B = 1.46%

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

#711602 (or 0x711602) is known color: Maroon. HEX triplet: 71, 16 and 02. RGB value is (113,22,2). Sum of RGB (Red+Green+Blue) = 113+22+2=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 22 (8.98% from 255 or 16.06% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #711602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711602 is #8EE9FD. Grayscale: #2F2F2F. Windows color (decimal): -9366014 or 136817. OLE color: 136817.

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

Color convert

RGB 113 22 2 -
CMYK 0 0.81 0.98 0.56
HSL 10.81º 0.97% 0.23% -
HSV(B) 10.81º 0.98% 0.44% -
XYZ 7.11 4.09 0.47 -
YUV 46.93 102.65 175.13 -
System Red Green Blue C M Y K H S L
Decimal 113 22 2 0 0.81 0.98 0.56 10.81 0.97 0.23
Hex 71 16 2 0 51 62 38 B 61 17
Octal 161 26 2 0 121 142 70 13 141 27
Binary 1110001 10110 10 0 1010001 1100010 111000 1011 1100001 10111

Color Harmonies of #711602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711602

Black with #711602

Text Example


Text Example

White with #711602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711602; }

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

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

background-color css

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

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

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

border-color css

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

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

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