#720024

Color #720024 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #720024

Tints of Burgundy #720024

Color information

#720024 (or 0x720024) is unknown color: approx Burgundy. HEX triplet: 72, 00 and 24. RGB value is (114,0,36). Sum of RGB (Red+Green+Blue) = 114+0+36=150 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 114 - color contains mainly: red. Hex color #720024 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720024 is #8DFFDB. Grayscale: #262626. Windows color (decimal): -9306076 or 2359410. OLE color: 2359410.

HSL color Cylindrical-coordinate representation of color #720024: hue angle of 341.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #720024 is Cyan = 0, Magento = 1, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB114036-
CMYK010.680.55
HSL341.05º100%22.35%-
HSV(B)341.05º100%44.71%-
XYZ7.263.72-
YUV38.19126.77182.07-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 36 (14.45% from 255) = 24%
R=76%
G=0%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114036010.680.55341.0510022.35
Hex7202406444371556416
Octal16204401441046752514426
Binary11100100100100011001001000100110111101010101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720024; }

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

 H1.HeaderClassName
 {
   color: #720024;
 }
 .AnyTagClassName
 {
   color: #720024;
 }
</style>
background-color css

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

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

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

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

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

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