Html Css Color HEX #720816 Burgundy

📋 copy color: '#720816'

red 114 ◦ green 8 ◦ blue 22

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

Shades of Burgundy #720816

Tints of Burgundy #720816

RGB

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

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

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

R = 79.17%
G = 5.56%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#720816 (or 0x720816) is known color: Burgundy. HEX triplet: 72, 08 and 16. RGB value is (114,8,22). Sum of RGB (Red+Green+Blue) = 114+8+22=144 (19% of max value = 765). Red value is 114 (44.92% from 255 or 79.17% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 114 - color contains mainly: red. Hex color #720816 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720816 is #8DF7E9. Grayscale: #292929. Windows color (decimal): -9304042 or 1443954. OLE color: 1443954.

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

Color convert

RGB 114 8 22 -
CMYK 0 0.93 0.81 0.55
HSL 352.08º 0.87% 0.24% -
HSV(B) 352.08º 0.93% 0.45% -
XYZ 7.17 3.81 1.12 -
YUV 41.29 117.12 179.86 -
System Red Green Blue C M Y K H S L
Decimal 114 8 22 0 0.93 0.81 0.55 352.08 0.87 0.24
Hex 72 8 16 0 5D 51 37 160 57 18
Octal 162 10 26 0 135 121 67 540 127 30
Binary 1110010 1000 10110 0 1011101 1010001 110111 101100000 1010111 11000

Color Harmonies of #720816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720816

Black with #720816

Text Example


Text Example

White with #720816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720816; }

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

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

background-color css

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

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

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

border-color css

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

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

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