Html Css Color HEX #710B06 Maroon

📋 copy color: '#710B06'

red 113 ◦ green 11 ◦ blue 6

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

Shades of Maroon #710B06

Tints of Maroon #710B06

RGB

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

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

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

R = 86.92%
G = 8.46%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#710B06 (or 0x710B06) is known color: Maroon. HEX triplet: 71, 0B and 06. RGB value is (113,11,6). Sum of RGB (Red+Green+Blue) = 113+11+6=130 (17% of max value = 765). Red value is 113 (44.53% from 255 or 86.92% from 130); Green value is 11 (4.69% from 255 or 8.46% from 130); Blue value is 6 (2.73% from 255 or 4.62% from 130); Max value from RGB is 113 - color contains mainly: red. Hex color #710B06 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710B06 is #8EF4F9. Grayscale: #292929. Windows color (decimal): -9368826 or 396145. OLE color: 396145.

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

Color convert

RGB 113 11 6 -
CMYK 0 0.90 0.95 0.56
HSL 2.8º 0.9% 0.23% -
HSV(B) 2.8º 0.95% 0.44% -
XYZ 6.96 3.76 0.53 -
YUV 40.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 113 11 6 0 0.90 0.95 0.56 2.8 0.9 0.23
Hex 71 B 6 0 5A 5F 38 3 5A 17
Octal 161 13 6 0 132 137 70 3 132 27
Binary 1110001 1011 110 0 1011010 1011111 111000 11 1011010 10111

Color Harmonies of #710B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710B06

Black with #710B06

Text Example


Text Example

White with #710B06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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