Html Css Color HEX #710020 Burgundy

📋 copy color: '#710020'

red 113 ◦ green 0 ◦ blue 32

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

Shades of Burgundy #710020

Tints of Burgundy #710020

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 77.93%
G = 0%
B = 22.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#710020 (or 0x710020) is known color: Burgundy. HEX triplet: 71, 00 and 20. RGB value is (113,0,32). Sum of RGB (Red+Green+Blue) = 113+0+32=145 (19% of max value = 765). Red value is 113 (44.53% from 255 or 77.93% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 113 - color contains mainly: red. Hex color #710020 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710020 is #8EFFDF. Grayscale: #252525. Windows color (decimal): -9371616 or 2097265. OLE color: 2097265.

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

Color convert

RGB 113 0 32 -
CMYK 0 1 0.72 0.56
HSL 343.01º 1% 0.22% -
HSV(B) 343.01º 1% 0.44% -
XYZ 7.07 3.61 1.69 -
YUV 37.44 124.94 181.9 -
System Red Green Blue C M Y K H S L
Decimal 113 0 32 0 1 0.72 0.56 343.01 1 0.22
Hex 71 0 20 0 64 48 38 157 64 16
Octal 161 0 40 0 144 110 70 527 144 26
Binary 1110001 0 100000 0 1100100 1001000 111000 101010111 1100100 10110

Color Harmonies of #710020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710020

Black with #710020

Text Example


Text Example

White with #710020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710020; }

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

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

background-color css

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

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

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

border-color css

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

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

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