Html Css Color HEX #710E06 Maroon

📋 copy color: '#710E06'

red 113 ◦ green 14 ◦ blue 6

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

Shades of Maroon #710E06

Tints of Maroon #710E06

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.53%

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

R = 84.96%
G = 10.53%
B = 4.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#710E06 (or 0x710E06) is known color: Maroon. HEX triplet: 71, 0E and 06. RGB value is (113,14,6). Sum of RGB (Red+Green+Blue) = 113+14+6=133 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.96% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 6 (2.73% from 255 or 4.51% from 133); Max value from RGB is 113 - color contains mainly: red. Hex color #710E06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710E06 is #8EF1F9. Grayscale: #2A2A2A. Windows color (decimal): -9368058 or 396913. OLE color: 396913.

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

Color convert

RGB 113 14 6 -
CMYK 0 0.88 0.95 0.56
HSL 4.49º 0.9% 0.23% -
HSV(B) 4.49º 0.95% 0.44% -
XYZ 7 3.84 0.54 -
YUV 42.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 113 14 6 0 0.88 0.95 0.56 4.49 0.9 0.23
Hex 71 E 6 0 58 5F 38 4 5A 17
Octal 161 16 6 0 130 137 70 4 132 27
Binary 1110001 1110 110 0 1011000 1011111 111000 100 1011010 10111

Color Harmonies of #710E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E06

Black with #710E06

Text Example


Text Example

White with #710E06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710E06; }

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

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

background-color css

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

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

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

border-color css

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

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

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