Html Css Color HEX #710528 Burgundy

📋 copy color: '#710528'

red 113 ◦ green 5 ◦ blue 40

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

Shades of Burgundy #710528

Tints of Burgundy #710528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 25.32%

R = 71.52%
G = 3.16%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#710528 (or 0x710528) is known color: Burgundy. HEX triplet: 71, 05 and 28. RGB value is (113,5,40). Sum of RGB (Red+Green+Blue) = 113+5+40=158 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.52% from 158); Green value is 5 (2.34% from 255 or 3.16% from 158); Blue value is 40 (16.02% from 255 or 25.32% from 158); Max value from RGB is 113 - color contains mainly: red. Hex color #710528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710528 is #8EFAD7. Grayscale: #292929. Windows color (decimal): -9370328 or 2622833. OLE color: 2622833.

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

Color convert

RGB 113 5 40 -
CMYK 0 0.96 0.65 0.56
HSL 340.56º 0.92% 0.23% -
HSV(B) 340.56º 0.96% 0.44% -
XYZ 7.25 3.77 2.35 -
YUV 41.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 113 5 40 0 0.96 0.65 0.56 340.56 0.92 0.23
Hex 71 5 28 0 60 41 38 155 5C 17
Octal 161 5 50 0 140 101 70 525 134 27
Binary 1110001 101 101000 0 1100000 1000001 111000 101010101 1011100 10111

Color Harmonies of #710528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710528

Black with #710528

Text Example


Text Example

White with #710528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710528; }

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

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

background-color css

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

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

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

border-color css

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

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

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