Html Css Color HEX #710A11 Burgundy

📋 copy color: '#710A11'

red 113 ◦ green 10 ◦ blue 17

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

Shades of Burgundy #710A11

Tints of Burgundy #710A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.14%

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

R = 80.71%
G = 7.14%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#710A11 (or 0x710A11) is known color: Burgundy. HEX triplet: 71, 0A and 11. RGB value is (113,10,17). Sum of RGB (Red+Green+Blue) = 113+10+17=140 (18% of max value = 765). Red value is 113 (44.53% from 255 or 80.71% from 140); Green value is 10 (4.30% from 255 or 7.14% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 113 - color contains mainly: red. Hex color #710A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710A11 is #8EF5EE. Grayscale: #292929. Windows color (decimal): -9369071 or 1116785. OLE color: 1116785.

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

Color convert

RGB 113 10 17 -
CMYK 0 0.91 0.85 0.56
HSL 355.92º 0.84% 0.24% -
HSV(B) 355.92º 0.91% 0.44% -
XYZ 7.02 3.77 0.89 -
YUV 41.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 113 10 17 0 0.91 0.85 0.56 355.92 0.84 0.24
Hex 71 A 11 0 5B 55 38 164 54 18
Octal 161 12 21 0 133 125 70 544 124 30
Binary 1110001 1010 10001 0 1011011 1010101 111000 101100100 1010100 11000

Color Harmonies of #710A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710A11

Black with #710A11

Text Example


Text Example

White with #710A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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