Html Css Color HEX #710420 Burgundy

📋 copy color: '#710420'

red 113 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #710420

Tints of Burgundy #710420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

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

R = 75.84%
G = 2.68%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#710420 (or 0x710420) is known color: Burgundy. HEX triplet: 71, 04 and 20. RGB value is (113,4,32). Sum of RGB (Red+Green+Blue) = 113+4+32=149 (19% of max value = 765). Red value is 113 (44.53% from 255 or 75.84% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 32 (12.89% from 255 or 21.48% from 149); Max value from RGB is 113 - color contains mainly: red. Hex color #710420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710420 is #8EFBDF. Grayscale: #272727. Windows color (decimal): -9370592 or 2098289. OLE color: 2098289.

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

Color convert

RGB 113 4 32 -
CMYK 0 0.96 0.72 0.56
HSL 344.59º 0.93% 0.23% -
HSV(B) 344.59º 0.96% 0.44% -
XYZ 7.11 3.7 1.71 -
YUV 39.78 123.61 180.22 -
System Red Green Blue C M Y K H S L
Decimal 113 4 32 0 0.96 0.72 0.56 344.59 0.93 0.23
Hex 71 4 20 0 60 48 38 159 5D 17
Octal 161 4 40 0 140 110 70 531 135 27
Binary 1110001 100 100000 0 1100000 1001000 111000 101011001 1011101 10111

Color Harmonies of #710420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710420

Black with #710420

Text Example


Text Example

White with #710420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710420; }

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

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

background-color css

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

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

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

border-color css

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

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

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