Html Css Color HEX #710C20 Burgundy

📋 copy color: '#710C20'

red 113 ◦ green 12 ◦ blue 32

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

Shades of Burgundy #710C20

Tints of Burgundy #710C20

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.64%

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

R = 71.97%
G = 7.64%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#710C20 (or 0x710C20) is known color: Burgundy. HEX triplet: 71, 0C and 20. RGB value is (113,12,32). Sum of RGB (Red+Green+Blue) = 113+12+32=157 (20% of max value = 765). Red value is 113 (44.53% from 255 or 71.97% from 157); Green value is 12 (5.08% from 255 or 7.64% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 113 - color contains mainly: red. Hex color #710C20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #710C20 is #8EF3DF. Grayscale: #2C2C2C. Windows color (decimal): -9368544 or 2100337. OLE color: 2100337.

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

Color convert

RGB 113 12 32 -
CMYK 0 0.89 0.72 0.56
HSL 348.12º 0.81% 0.25% -
HSV(B) 348.12º 0.89% 0.44% -
XYZ 7.2 3.88 1.74 -
YUV 44.48 120.96 176.87 -
System Red Green Blue C M Y K H S L
Decimal 113 12 32 0 0.89 0.72 0.56 348.12 0.81 0.25
Hex 71 C 20 0 59 48 38 15C 51 19
Octal 161 14 40 0 131 110 70 534 121 31
Binary 1110001 1100 100000 0 1011001 1001000 111000 101011100 1010001 11001

Color Harmonies of #710C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710C20

Black with #710C20

Text Example


Text Example

White with #710C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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