Html Css Color HEX #710529 Burgundy

📋 copy color: '#710529'

red 113 ◦ green 5 ◦ blue 41

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

Shades of Burgundy #710529

Tints of Burgundy #710529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 25.79%

R = 71.07%
G = 3.14%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#710529 (or 0x710529) is known color: Burgundy. HEX triplet: 71, 05 and 29. RGB value is (113,5,41). Sum of RGB (Red+Green+Blue) = 113+5+41=159 (21% of max value = 765). Red value is 113 (44.53% from 255 or 71.07% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 113 - color contains mainly: red. Hex color #710529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710529 is #8EFAD6. Grayscale: #292929. Windows color (decimal): -9370327 or 2688369. OLE color: 2688369.

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

Color convert

RGB 113 5 41 -
CMYK 0 0.96 0.64 0.56
HSL 340º 0.92% 0.23% -
HSV(B) 340º 0.96% 0.44% -
XYZ 7.26 3.78 2.44 -
YUV 41.4 127.78 179.07 -
System Red Green Blue C M Y K H S L
Decimal 113 5 41 0 0.96 0.64 0.56 340 0.92 0.23
Hex 71 5 29 0 60 40 38 154 5C 17
Octal 161 5 51 0 140 100 70 524 134 27
Binary 1110001 101 101001 0 1100000 1000000 111000 101010100 1011100 10111

Color Harmonies of #710529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710529

Black with #710529

Text Example


Text Example

White with #710529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710529; }

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

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

background-color css

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

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

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

border-color css

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

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

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