Html Css Color HEX #710B0A Maroon

📋 copy color: '#710B0A'

red 113 ◦ green 11 ◦ blue 10

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

Shades of Maroon #710B0A

Tints of Maroon #710B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.46%

R = 84.33%
G = 8.21%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#710B0A (or 0x710B0A) is known color: Maroon. HEX triplet: 71, 0B and 0A. RGB value is (113,11,10). Sum of RGB (Red+Green+Blue) = 113+11+10=134 (17% of max value = 765). Red value is 113 (44.53% from 255 or 84.33% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 10 (4.30% from 255 or 7.46% from 134); Max value from RGB is 113 - color contains mainly: red. Hex color #710B0A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B0A is #8EF4F5. Grayscale: #292929. Windows color (decimal): -9368822 or 658289. OLE color: 658289.

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

Color convert

RGB 113 11 10 -
CMYK 0 0.90 0.91 0.56
HSL 0.58º 0.84% 0.24% -
HSV(B) 0.58º 0.91% 0.44% -
XYZ 6.98 3.77 0.65 -
YUV 41.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 113 11 10 0 0.90 0.91 0.56 0.58 0.84 0.24
Hex 71 B A 0 5A 5B 38 1 54 18
Octal 161 13 12 0 132 133 70 1 124 30
Binary 1110001 1011 1010 0 1011010 1011011 111000 1 1010100 11000

Color Harmonies of #710B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B0A

Black with #710B0A

Text Example


Text Example

White with #710B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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