Html Css Color HEX #710216 Burgundy

📋 copy color: '#710216'

red 113 ◦ green 2 ◦ blue 22

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

Shades of Burgundy #710216

Tints of Burgundy #710216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.06%

R = 82.48%
G = 1.46%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#710216 (or 0x710216) is known color: Burgundy. HEX triplet: 71, 02 and 16. RGB value is (113,2,22). Sum of RGB (Red+Green+Blue) = 113+2+22=137 (18% of max value = 765). Red value is 113 (44.53% from 255 or 82.48% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 113 - color contains mainly: red. Hex color #710216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #710216 is #8EFDE9. Grayscale: #252525. Windows color (decimal): -9371114 or 1442417. OLE color: 1442417.

HSL color Cylindrical-coordinate representation of color #710216: hue angle of 349.19º 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 #710216 is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 2 22 -
CMYK 0 0.98 0.81 0.56
HSL 349.19º 0.97% 0.23% -
HSV(B) 349.19º 0.98% 0.44% -
XYZ 6.98 3.61 1.09 -
YUV 37.47 119.27 181.87 -
System Red Green Blue C M Y K H S L
Decimal 113 2 22 0 0.98 0.81 0.56 349.19 0.97 0.23
Hex 71 2 16 0 62 51 38 15D 61 17
Octal 161 2 26 0 142 121 70 535 141 27
Binary 1110001 10 10110 0 1100010 1010001 111000 101011101 1100001 10111

Color Harmonies of #710216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #710216

Black with #710216

Text Example


Text Example

White with #710216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #710216; }

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

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

background-color css

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

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

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

border-color css

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

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

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