Html Css Color HEX #710220 Burgundy

📋 copy color: '#710220'

red 113 ◦ green 2 ◦ blue 32

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

Shades of Burgundy #710220

Tints of Burgundy #710220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

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

R = 76.87%
G = 1.36%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#710220 (or 0x710220) is known color: Burgundy. HEX triplet: 71, 02 and 20. RGB value is (113,2,32). Sum of RGB (Red+Green+Blue) = 113+2+32=147 (19% of max value = 765). Red value is 113 (44.53% from 255 or 76.87% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 113 - color contains mainly: red. Hex color #710220 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710220 is #8EFDDF. Grayscale: #262626. Windows color (decimal): -9371104 or 2097777. OLE color: 2097777.

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

Color convert

RGB 113 2 32 -
CMYK 0 0.98 0.72 0.56
HSL 343.78º 0.97% 0.23% -
HSV(B) 343.78º 0.98% 0.44% -
XYZ 7.09 3.66 1.7 -
YUV 38.61 124.27 181.06 -
System Red Green Blue C M Y K H S L
Decimal 113 2 32 0 0.98 0.72 0.56 343.78 0.97 0.23
Hex 71 2 20 0 62 48 38 158 61 17
Octal 161 2 40 0 142 110 70 530 141 27
Binary 1110001 10 100000 0 1100010 1001000 111000 101011000 1100001 10111

Color Harmonies of #710220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710220

Black with #710220

Text Example


Text Example

White with #710220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710220; }

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

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

background-color css

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

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

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

border-color css

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

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

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