Html Css Color HEX #710600 Maroon

📋 copy color: '#710600'

red 113 ◦ green 6 ◦ blue 0

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

Shades of Maroon #710600

Tints of Maroon #710600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.04%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.96%
G = 5.04%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#710600 (or 0x710600) is known color: Maroon. HEX triplet: 71, 06 and 00. RGB value is (113,6,0). Sum of RGB (Red+Green+Blue) = 113+6+0=119 (15% of max value = 765). Red value is 113 (44.53% from 255 or 94.96% from 119); Green value is 6 (2.73% from 255 or 5.04% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 113 - color contains mainly: red. Hex color #710600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710600 is #8EF9FF. Grayscale: #252525. Windows color (decimal): -9370112 or 1649. OLE color: 1649.

HSL color Cylindrical-coordinate representation of color #710600: hue angle of 3.19º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #710600 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 6 0 -
CMYK 0 0.95 1 0.56
HSL 3.19º 1% 0.22% -
HSV(B) 3.19º 1% 0.44% -
XYZ 6.88 3.64 0.34 -
YUV 37.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 113 6 0 0 0.95 1 0.56 3.19 1 0.22
Hex 71 6 0 0 5F 64 38 3 64 16
Octal 161 6 0 0 137 144 70 3 144 26
Binary 1110001 110 0 0 1011111 1100100 111000 11 1100100 10110

Color Harmonies of #710600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710600

Black with #710600

Text Example


Text Example

White with #710600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710600; }

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

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

background-color css

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

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

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

border-color css

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

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

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