Html Css Color HEX #720920 Burgundy

📋 copy color: '#720920'

red 114 ◦ green 9 ◦ blue 32

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

Shades of Burgundy #720920

Tints of Burgundy #720920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

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

R = 73.55%
G = 5.81%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#720920 (or 0x720920) is known color: Burgundy. HEX triplet: 72, 09 and 20. RGB value is (114,9,32). Sum of RGB (Red+Green+Blue) = 114+9+32=155 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.55% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 114 - color contains mainly: red. Hex color #720920 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720920 is #8DF6DF. Grayscale: #2B2B2B. Windows color (decimal): -9303776 or 2099570. OLE color: 2099570.

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

Color convert

RGB 114 9 32 -
CMYK 0 0.92 0.72 0.55
HSL 346.86º 0.85% 0.24% -
HSV(B) 346.86º 0.92% 0.45% -
XYZ 7.3 3.88 1.73 -
YUV 43.02 121.79 178.63 -
System Red Green Blue C M Y K H S L
Decimal 114 9 32 0 0.92 0.72 0.55 346.86 0.85 0.24
Hex 72 9 20 0 5C 48 37 15B 55 18
Octal 162 11 40 0 134 110 67 533 125 30
Binary 1110010 1001 100000 0 1011100 1001000 110111 101011011 1010101 11000

Color Harmonies of #720920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720920

Black with #720920

Text Example


Text Example

White with #720920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720920; }

 p { color: rgb(114,9,32); }

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

background-color css

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

 a { background-color: rgb(114,9,32); }

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

border-color css

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

 span { border-color: rgb(114,9,32); }

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