Html Css Color HEX #710820 Burgundy

📋 copy color: '#710820'

red 113 ◦ green 8 ◦ blue 32

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

Shades of Burgundy #710820

Tints of Burgundy #710820

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.23%

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

R = 73.86%
G = 5.23%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#710820 (or 0x710820) is known color: Burgundy. HEX triplet: 71, 08 and 20. RGB value is (113,8,32). Sum of RGB (Red+Green+Blue) = 113+8+32=153 (20% of max value = 765). Red value is 113 (44.53% from 255 or 73.86% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 113 - color contains mainly: red. Hex color #710820 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710820 is #8EF7DF. Grayscale: #2A2A2A. Windows color (decimal): -9369568 or 2099313. OLE color: 2099313.

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

Color convert

RGB 113 8 32 -
CMYK 0 0.93 0.72 0.56
HSL 346.29º 0.87% 0.24% -
HSV(B) 346.29º 0.93% 0.44% -
XYZ 7.16 3.79 1.72 -
YUV 42.13 122.29 178.55 -
System Red Green Blue C M Y K H S L
Decimal 113 8 32 0 0.93 0.72 0.56 346.29 0.87 0.24
Hex 71 8 20 0 5D 48 38 15A 57 18
Octal 161 10 40 0 135 110 70 532 127 30
Binary 1110001 1000 100000 0 1011101 1001000 111000 101011010 1010111 11000

Color Harmonies of #710820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710820

Black with #710820

Text Example


Text Example

White with #710820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710820; }

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

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

background-color css

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

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

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

border-color css

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

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

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