Html Css Color HEX #710801 Maroon

📋 copy color: '#710801'

red 113 ◦ green 8 ◦ blue 1

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

Shades of Maroon #710801

Tints of Maroon #710801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.82%

R = 92.62%
G = 6.56%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.56

RGB Variations

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

Color information

#710801 (or 0x710801) is known color: Maroon. HEX triplet: 71, 08 and 01. RGB value is (113,8,1). Sum of RGB (Red+Green+Blue) = 113+8+1=122 (16% of max value = 765). Red value is 113 (44.53% from 255 or 92.62% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 1 (0.78% from 255 or 0.82% from 122); Max value from RGB is 113 - color contains mainly: red. Hex color #710801 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710801 is #8EF7FE. Grayscale: #262626. Windows color (decimal): -9369599 or 67697. OLE color: 67697.

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

Color convert

RGB 113 8 1 -
CMYK 0 0.93 0.99 0.56
HSL 3.75º 0.98% 0.22% -
HSV(B) 3.75º 0.99% 0.44% -
XYZ 6.9 3.69 0.38 -
YUV 38.6 106.79 181.07 -
System Red Green Blue C M Y K H S L
Decimal 113 8 1 0 0.93 0.99 0.56 3.75 0.98 0.22
Hex 71 8 1 0 5D 63 38 4 62 16
Octal 161 10 1 0 135 143 70 4 142 26
Binary 1110001 1000 1 0 1011101 1100011 111000 100 1100010 10110

Color Harmonies of #710801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710801

Black with #710801

Text Example


Text Example

White with #710801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710801; }

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

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

background-color css

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

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

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

border-color css

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

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

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