Html Css Color HEX #720424 Burgundy

📋 copy color: '#720424'

red 114 ◦ green 4 ◦ blue 36

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

Shades of Burgundy #720424

Tints of Burgundy #720424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.38%

R = 74.03%
G = 2.6%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.55

RGB Variations

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

Color information

#720424 (or 0x720424) is known color: Burgundy. HEX triplet: 72, 04 and 24. RGB value is (114,4,36). Sum of RGB (Red+Green+Blue) = 114+4+36=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #720424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720424 is #8DFBDB. Grayscale: #282828. Windows color (decimal): -9305052 or 2360434. OLE color: 2360434.

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

Color convert

RGB 114 4 36 -
CMYK 0 0.96 0.68 0.55
HSL 342.55º 0.93% 0.23% -
HSV(B) 342.55º 0.96% 0.45% -
XYZ 7.3 3.79 2.02 -
YUV 40.54 125.44 180.4 -
System Red Green Blue C M Y K H S L
Decimal 114 4 36 0 0.96 0.68 0.55 342.55 0.93 0.23
Hex 72 4 24 0 60 44 37 157 5D 17
Octal 162 4 44 0 140 104 67 527 135 27
Binary 1110010 100 100100 0 1100000 1000100 110111 101010111 1011101 10111

Color Harmonies of #720424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720424

Black with #720424

Text Example


Text Example

White with #720424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720424; }

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

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

background-color css

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

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

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

border-color css

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

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

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