Html Css Color HEX #710B08 Maroon

📋 copy color: '#710B08'

red 113 ◦ green 11 ◦ blue 8

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

Shades of Maroon #710B08

Tints of Maroon #710B08

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.33%

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

R = 85.61%
G = 8.33%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#710B08 (or 0x710B08) is known color: Maroon. HEX triplet: 71, 0B and 08. RGB value is (113,11,8). Sum of RGB (Red+Green+Blue) = 113+11+8=132 (17% of max value = 765). Red value is 113 (44.53% from 255 or 85.61% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 113 - color contains mainly: red. Hex color #710B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B08 is #8EF4F7. Grayscale: #292929. Windows color (decimal): -9368824 or 527217. OLE color: 527217.

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

Color convert

RGB 113 11 8 -
CMYK 0 0.90 0.93 0.56
HSL 1.71º 0.87% 0.24% -
HSV(B) 1.71º 0.93% 0.44% -
XYZ 6.97 3.77 0.59 -
YUV 41.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 113 11 8 0 0.90 0.93 0.56 1.71 0.87 0.24
Hex 71 B 8 0 5A 5D 38 2 57 18
Octal 161 13 10 0 132 135 70 2 127 30
Binary 1110001 1011 1000 0 1011010 1011101 111000 10 1010111 11000

Color Harmonies of #710B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B08

Black with #710B08

Text Example


Text Example

White with #710B08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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