Html Css Color HEX #720420 Burgundy

📋 copy color: '#720420'

red 114 ◦ green 4 ◦ blue 32

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

Shades of Burgundy #720420

Tints of Burgundy #720420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.67%

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

R = 76%
G = 2.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#720420 (or 0x720420) is known color: Burgundy. HEX triplet: 72, 04 and 20. RGB value is (114,4,32). Sum of RGB (Red+Green+Blue) = 114+4+32=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #720420 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720420 is #8DFBDF. Grayscale: #282828. Windows color (decimal): -9305056 or 2098290. OLE color: 2098290.

HSL color Cylindrical-coordinate representation of color #720420: hue angle of 344.73º degrees, saturation: 0.93, 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 #720420 is Cyan = 0, Magento = 0.96, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 4 32 -
CMYK 0 0.96 0.72 0.55
HSL 344.73º 0.93% 0.23% -
HSV(B) 344.73º 0.96% 0.45% -
XYZ 7.24 3.77 1.71 -
YUV 40.08 123.44 180.72 -
System Red Green Blue C M Y K H S L
Decimal 114 4 32 0 0.96 0.72 0.55 344.73 0.93 0.23
Hex 72 4 20 0 60 48 37 159 5D 17
Octal 162 4 40 0 140 110 67 531 135 27
Binary 1110010 100 100000 0 1100000 1001000 110111 101011001 1011101 10111

Color Harmonies of #720420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720420

Black with #720420

Text Example


Text Example

White with #720420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720420; }

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

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

background-color css

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

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

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

border-color css

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

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

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