Html Css Color HEX #710602 Maroon

📋 copy color: '#710602'

red 113 ◦ green 6 ◦ blue 2

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

Shades of Maroon #710602

Tints of Maroon #710602

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.96%

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

R = 93.39%
G = 4.96%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#710602 (or 0x710602) is known color: Maroon. HEX triplet: 71, 06 and 02. RGB value is (113,6,2). Sum of RGB (Red+Green+Blue) = 113+6+2=121 (16% of max value = 765). Red value is 113 (44.53% from 255 or 93.39% from 121); Green value is 6 (2.73% from 255 or 4.96% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 113 - color contains mainly: red. Hex color #710602 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710602 is #8EF9FD. Grayscale: #252525. Windows color (decimal): -9370110 or 132721. OLE color: 132721.

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

Color convert

RGB 113 6 2 -
CMYK 0 0.95 0.98 0.56
HSL 2.16º 0.97% 0.23% -
HSV(B) 2.16º 0.98% 0.44% -
XYZ 6.89 3.65 0.4 -
YUV 37.54 107.95 181.83 -
System Red Green Blue C M Y K H S L
Decimal 113 6 2 0 0.95 0.98 0.56 2.16 0.97 0.23
Hex 71 6 2 0 5F 62 38 2 61 17
Octal 161 6 2 0 137 142 70 2 141 27
Binary 1110001 110 10 0 1011111 1100010 111000 10 1100001 10111

Color Harmonies of #710602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710602

Black with #710602

Text Example


Text Example

White with #710602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710602; }

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

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

background-color css

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

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

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

border-color css

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

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

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