Html Css Color HEX #710520 Burgundy

📋 copy color: '#710520'

red 113 ◦ green 5 ◦ blue 32

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

Shades of Burgundy #710520

Tints of Burgundy #710520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.33%

 BLUE value IS 32 (12.89% from 255) = 21.33%

R = 75.33%
G = 3.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#710520 (or 0x710520) is known color: Burgundy. HEX triplet: 71, 05 and 20. RGB value is (113,5,32). Sum of RGB (Red+Green+Blue) = 113+5+32=150 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.33% from 150); Green value is 5 (2.34% from 255 or 3.33% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 113 - color contains mainly: red. Hex color #710520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710520 is #8EFADF. Grayscale: #282828. Windows color (decimal): -9370336 or 2098545. OLE color: 2098545.

HSL color Cylindrical-coordinate representation of color #710520: hue angle of 345º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #710520 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 5 32 -
CMYK 0 0.96 0.72 0.56
HSL 345º 0.92% 0.23% -
HSV(B) 345º 0.96% 0.44% -
XYZ 7.13 3.72 1.71 -
YUV 40.37 123.28 179.8 -
System Red Green Blue C M Y K H S L
Decimal 113 5 32 0 0.96 0.72 0.56 345 0.92 0.23
Hex 71 5 20 0 60 48 38 159 5C 17
Octal 161 5 40 0 140 110 70 531 134 27
Binary 1110001 101 100000 0 1100000 1001000 111000 101011001 1011100 10111

Color Harmonies of #710520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710520

Black with #710520

Text Example


Text Example

White with #710520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710520; }

 p { color: rgb(113,5,32); }

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

background-color css

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

 a { background-color: rgb(113,5,32); }

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

border-color css

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

 span { border-color: rgb(113,5,32); }

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