Html Css Color HEX #720716 Burgundy

📋 copy color: '#720716'

red 114 ◦ green 7 ◦ blue 22

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

Shades of Burgundy #720716

Tints of Burgundy #720716

RGB

 RED value IS 114 (44.92% from 255) = 79.72%

 GREEN value IS 7 (3.13% from 255) = 4.9%

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

R = 79.72%
G = 4.9%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#720716 (or 0x720716) is known color: Burgundy. HEX triplet: 72, 07 and 16. RGB value is (114,7,22). Sum of RGB (Red+Green+Blue) = 114+7+22=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #720716 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720716 is #8DF8E9. Grayscale: #282828. Windows color (decimal): -9304298 or 1443698. OLE color: 1443698.

HSL color Cylindrical-coordinate representation of color #720716: hue angle of 351.59º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720716 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 7 22 -
CMYK 0 0.94 0.81 0.55
HSL 351.59º 0.88% 0.24% -
HSV(B) 351.59º 0.94% 0.45% -
XYZ 7.16 3.79 1.11 -
YUV 40.7 117.45 180.28 -
System Red Green Blue C M Y K H S L
Decimal 114 7 22 0 0.94 0.81 0.55 351.59 0.88 0.24
Hex 72 7 16 0 5E 51 37 160 58 18
Octal 162 7 26 0 136 121 67 540 130 30
Binary 1110010 111 10110 0 1011110 1010001 110111 101100000 1011000 11000

Color Harmonies of #720716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720716

Black with #720716

Text Example


Text Example

White with #720716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720716; }

 p { color: rgb(114,7,22); }

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

background-color css

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

 a { background-color: rgb(114,7,22); }

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

border-color css

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

 span { border-color: rgb(114,7,22); }

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