Html Css Color HEX #710526 Burgundy

📋 copy color: '#710526'

red 113 ◦ green 5 ◦ blue 38

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

Shades of Burgundy #710526

Tints of Burgundy #710526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 24.36%

R = 72.44%
G = 3.21%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#710526 (or 0x710526) is known color: Burgundy. HEX triplet: 71, 05 and 26. RGB value is (113,5,38). Sum of RGB (Red+Green+Blue) = 113+5+38=156 (20% of max value = 765). Red value is 113 (44.53% from 255 or 72.44% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 113 - color contains mainly: red. Hex color #710526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710526 is #8EFAD9. Grayscale: #292929. Windows color (decimal): -9370330 or 2491761. OLE color: 2491761.

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

Color convert

RGB 113 5 38 -
CMYK 0 0.96 0.66 0.56
HSL 341.67º 0.92% 0.23% -
HSV(B) 341.67º 0.96% 0.44% -
XYZ 7.21 3.76 2.18 -
YUV 41.05 126.28 179.32 -
System Red Green Blue C M Y K H S L
Decimal 113 5 38 0 0.96 0.66 0.56 341.67 0.92 0.23
Hex 71 5 26 0 60 42 38 156 5C 17
Octal 161 5 46 0 140 102 70 526 134 27
Binary 1110001 101 100110 0 1100000 1000010 111000 101010110 1011100 10111

Color Harmonies of #710526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710526

Black with #710526

Text Example


Text Example

White with #710526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710526; }

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

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

background-color css

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

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

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

border-color css

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

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

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