Html Css Color HEX #710E08 Maroon

📋 copy color: '#710E08'

red 113 ◦ green 14 ◦ blue 8

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

Shades of Maroon #710E08

Tints of Maroon #710E08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.93%

R = 83.7%
G = 10.37%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#710E08 (or 0x710E08) is known color: Maroon. HEX triplet: 71, 0E and 08. RGB value is (113,14,8). Sum of RGB (Red+Green+Blue) = 113+14+8=135 (17% of max value = 765). Red value is 113 (44.53% from 255 or 83.70% from 135); Green value is 14 (5.86% from 255 or 10.37% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 113 - color contains mainly: red. Hex color #710E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710E08 is #8EF1F7. Grayscale: #2B2B2B. Windows color (decimal): -9368056 or 527985. OLE color: 527985.

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

Color convert

RGB 113 14 8 -
CMYK 0 0.88 0.93 0.56
HSL 3.43º 0.87% 0.24% -
HSV(B) 3.43º 0.93% 0.44% -
XYZ 7.01 3.84 0.6 -
YUV 42.92 108.3 177.99 -
System Red Green Blue C M Y K H S L
Decimal 113 14 8 0 0.88 0.93 0.56 3.43 0.87 0.24
Hex 71 E 8 0 58 5D 38 3 57 18
Octal 161 16 10 0 130 135 70 3 127 30
Binary 1110001 1110 1000 0 1011000 1011101 111000 11 1010111 11000

Color Harmonies of #710E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710E08

Black with #710E08

Text Example


Text Example

White with #710E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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