Html Css Color HEX #710706 Maroon

📋 copy color: '#710706'

red 113 ◦ green 7 ◦ blue 6

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

Shades of Maroon #710706

Tints of Maroon #710706

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.56%

 BLUE value IS 6 (2.73% from 255) = 4.76%

R = 89.68%
G = 5.56%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#710706 (or 0x710706) is known color: Maroon. HEX triplet: 71, 07 and 06. RGB value is (113,7,6). Sum of RGB (Red+Green+Blue) = 113+7+6=126 (16% of max value = 765). Red value is 113 (44.53% from 255 or 89.68% from 126); Green value is 7 (3.12% from 255 or 5.56% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 113 - color contains mainly: red. Hex color #710706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710706 is #8EF8F9. Grayscale: #262626. Windows color (decimal): -9369850 or 395121. OLE color: 395121.

HSL color Cylindrical-coordinate representation of color #710706: hue angle of 0.56º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #710706 is Cyan = 0, Magento = 0.94, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 7 6 -
CMYK 0 0.94 0.95 0.56
HSL 0.56º 0.9% 0.23% -
HSV(B) 0.56º 0.95% 0.44% -
XYZ 6.92 3.68 0.52 -
YUV 38.58 109.62 181.08 -
System Red Green Blue C M Y K H S L
Decimal 113 7 6 0 0.94 0.95 0.56 0.56 0.9 0.23
Hex 71 7 6 0 5E 5F 38 1 5A 17
Octal 161 7 6 0 136 137 70 1 132 27
Binary 1110001 111 110 0 1011110 1011111 111000 1 1011010 10111

Color Harmonies of #710706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710706

Black with #710706

Text Example


Text Example

White with #710706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710706; }

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

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

background-color css

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

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

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

border-color css

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

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

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