Html Css Color HEX #720518 Burgundy

📋 copy color: '#720518'

red 114 ◦ green 5 ◦ blue 24

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

Shades of Burgundy #720518

Tints of Burgundy #720518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.5%

 BLUE value IS 24 (9.77% from 255) = 16.78%

R = 79.72%
G = 3.5%
B = 16.78%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.55

RGB Variations

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

Color information

#720518 (or 0x720518) is known color: Burgundy. HEX triplet: 72, 05 and 18. RGB value is (114,5,24). Sum of RGB (Red+Green+Blue) = 114+5+24=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #720518 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720518 is #8DFAE7. Grayscale: #272727. Windows color (decimal): -9304808 or 1574258. OLE color: 1574258.

HSL color Cylindrical-coordinate representation of color #720518: hue angle of 349.54º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #720518 is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 5 24 -
CMYK 0 0.96 0.79 0.55
HSL 349.54º 0.92% 0.23% -
HSV(B) 349.54º 0.96% 0.45% -
XYZ 7.16 3.75 1.21 -
YUV 39.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 114 5 24 0 0.96 0.79 0.55 349.54 0.92 0.23
Hex 72 5 18 0 60 4F 37 15E 5C 17
Octal 162 5 30 0 140 117 67 536 134 27
Binary 1110010 101 11000 0 1100000 1001111 110111 101011110 1011100 10111

Color Harmonies of #720518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720518

Black with #720518

Text Example


Text Example

White with #720518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720518; }

 p { color: rgb(114,5,24); }

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

background-color css

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

 a { background-color: rgb(114,5,24); }

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

border-color css

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

 span { border-color: rgb(114,5,24); }

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