Html Css Color HEX #710800 Maroon

📋 copy color: '#710800'

red 113 ◦ green 8 ◦ blue 0

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

Shades of Maroon #710800

Tints of Maroon #710800

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.61%

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

R = 93.39%
G = 6.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.56

RGB Variations

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

Color information

#710800 (or 0x710800) is known color: Maroon. HEX triplet: 71, 08 and 00. RGB value is (113,8,0). Sum of RGB (Red+Green+Blue) = 113+8+0=121 (16% of max value = 765). Red value is 113 (44.53% from 255 or 93.39% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 113 - color contains mainly: red. Hex color #710800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710800 is #8EF7FF. Grayscale: #262626. Windows color (decimal): -9369600 or 2161. OLE color: 2161.

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

Color convert

RGB 113 8 0 -
CMYK 0 0.93 1 0.56
HSL 4.25º 1% 0.22% -
HSV(B) 4.25º 1% 0.44% -
XYZ 6.9 3.68 0.35 -
YUV 38.48 106.29 181.15 -
System Red Green Blue C M Y K H S L
Decimal 113 8 0 0 0.93 1 0.56 4.25 1 0.22
Hex 71 8 0 0 5D 64 38 4 64 16
Octal 161 10 0 0 135 144 70 4 144 26
Binary 1110001 1000 0 0 1011101 1100100 111000 100 1100100 10110

Color Harmonies of #710800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710800

Black with #710800

Text Example


Text Example

White with #710800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710800; }

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

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

background-color css

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

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

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

border-color css

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

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

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