Html Css Color HEX #710E07 Maroon

📋 copy color: '#710E07'

red 113 ◦ green 14 ◦ blue 7

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

Shades of Maroon #710E07

Tints of Maroon #710E07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 5.22%

R = 84.33%
G = 10.45%
B = 5.22%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.56

RGB Variations

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

Color information

#710E07 (or 0x710E07) is known color: Maroon. HEX triplet: 71, 0E and 07. RGB value is (113,14,7). Sum of RGB (Red+Green+Blue) = 113+14+7=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 14 (5.86% from 255 or 10.45% from 134); Blue value is 7 (3.12% from 255 or 5.22% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #710E07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710E07 is #8EF1F8. Grayscale: #2A2A2A. Windows color (decimal): -9368057 or 462449. OLE color: 462449.

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

Color convert

RGB 113 14 7 -
CMYK 0 0.88 0.94 0.56
HSL 3.96º 0.88% 0.24% -
HSV(B) 3.96º 0.94% 0.44% -
XYZ 7.01 3.84 0.57 -
YUV 42.8 107.8 178.07 -
System Red Green Blue C M Y K H S L
Decimal 113 14 7 0 0.88 0.94 0.56 3.96 0.88 0.24
Hex 71 E 7 0 58 5E 38 4 58 18
Octal 161 16 7 0 130 136 70 4 130 30
Binary 1110001 1110 111 0 1011000 1011110 111000 100 1011000 11000

Color Harmonies of #710E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E07

Black with #710E07

Text Example


Text Example

White with #710E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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