Html Css Color HEX #710523 Burgundy

📋 copy color: '#710523'

red 113 ◦ green 5 ◦ blue 35

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

Shades of Burgundy #710523

Tints of Burgundy #710523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 22.88%

R = 73.86%
G = 3.27%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.56

RGB Variations

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

Color information

#710523 (or 0x710523) is known color: Burgundy. HEX triplet: 71, 05 and 23. RGB value is (113,5,35). Sum of RGB (Red+Green+Blue) = 113+5+35=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 35 (14.06% from 255 or 22.88% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #710523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710523 is #8EFADC. Grayscale: #282828. Windows color (decimal): -9370333 or 2295153. OLE color: 2295153.

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

Color convert

RGB 113 5 35 -
CMYK 0 0.96 0.69 0.56
HSL 343.33º 0.92% 0.23% -
HSV(B) 343.33º 0.96% 0.44% -
XYZ 7.17 3.74 1.93 -
YUV 40.71 124.78 179.56 -
System Red Green Blue C M Y K H S L
Decimal 113 5 35 0 0.96 0.69 0.56 343.33 0.92 0.23
Hex 71 5 23 0 60 45 38 157 5C 17
Octal 161 5 43 0 140 105 70 527 134 27
Binary 1110001 101 100011 0 1100000 1000101 111000 101010111 1011100 10111

Color Harmonies of #710523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710523

Black with #710523

Text Example


Text Example

White with #710523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710523; }

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

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

background-color css

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

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

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

border-color css

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

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

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