Html Css Color HEX #710811 Burgundy

📋 copy color: '#710811'

red 113 ◦ green 8 ◦ blue 17

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

Shades of Burgundy #710811

Tints of Burgundy #710811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.32%

R = 81.88%
G = 5.8%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#710811 (or 0x710811) is known color: Burgundy. HEX triplet: 71, 08 and 11. RGB value is (113,8,17). Sum of RGB (Red+Green+Blue) = 113+8+17=138 (18% of max value = 765). Red value is 113 (44.53% from 255 or 81.88% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 113 - color contains mainly: red. Hex color #710811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710811 is #8EF7EE. Grayscale: #282828. Windows color (decimal): -9369583 or 1116273. OLE color: 1116273.

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

Color convert

RGB 113 8 17 -
CMYK 0 0.93 0.85 0.56
HSL 354.86º 0.87% 0.24% -
HSV(B) 354.86º 0.93% 0.44% -
XYZ 7 3.72 0.88 -
YUV 40.42 114.79 179.77 -
System Red Green Blue C M Y K H S L
Decimal 113 8 17 0 0.93 0.85 0.56 354.86 0.87 0.24
Hex 71 8 11 0 5D 55 38 163 57 18
Octal 161 10 21 0 135 125 70 543 127 30
Binary 1110001 1000 10001 0 1011101 1010101 111000 101100011 1010111 11000

Color Harmonies of #710811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710811

Black with #710811

Text Example


Text Example

White with #710811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710811; }

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

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

background-color css

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

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

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

border-color css

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

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

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