Html Css Color HEX #711402 Maroon

📋 copy color: '#711402'

red 113 ◦ green 20 ◦ blue 2

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

Shades of Maroon #711402

Tints of Maroon #711402

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

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

R = 83.7%
G = 14.81%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#711402 (or 0x711402) is known color: Maroon. HEX triplet: 71, 14 and 02. RGB value is (113,20,2). Sum of RGB (Red+Green+Blue) = 113+20+2=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 2 (1.17% from 255 or 1.48% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #711402 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #711402 is #8EEBFD. Grayscale: #2D2D2D. Windows color (decimal): -9366526 or 136305. OLE color: 136305.

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

Color convert

RGB 113 20 2 -
CMYK 0 0.82 0.98 0.56
HSL 9.73º 0.97% 0.23% -
HSV(B) 9.73º 0.98% 0.44% -
XYZ 7.07 4.02 0.46 -
YUV 45.76 103.31 175.96 -
System Red Green Blue C M Y K H S L
Decimal 113 20 2 0 0.82 0.98 0.56 9.73 0.97 0.23
Hex 71 14 2 0 52 62 38 A 61 17
Octal 161 24 2 0 122 142 70 12 141 27
Binary 1110001 10100 10 0 1010010 1100010 111000 1010 1100001 10111

Color Harmonies of #711402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711402

Black with #711402

Text Example


Text Example

White with #711402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #711402; }

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

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

background-color css

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

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

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

border-color css

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

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

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