#720523

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

Shades of Burgundy #720523

Tints of Burgundy #720523

Color information

#720523 (or 0x720523) is unknown color: approx Burgundy. HEX triplet: 72, 05 and 23. RGB value is (114,5,35). Sum of RGB (Red+Green+Blue) = 114+5+35=154 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.03% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 114 - color contains mainly: red. Hex color #720523 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720523 is #8DFADC. Grayscale: #292929. Windows color (decimal): -9304797 or 2295154. OLE color: 2295154.

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

Color convert

RGB114535-
CMYK00.960.690.55
HSL343.49º91.6%23.33%-
HSV(B)343.49º95.61%44.71%-
XYZ7.33.811.94-
YUV41.01124.61180.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.03%
GREEN value IS 5 (2.34% from 255) = 3.25%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=74.03%
G=3.25%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11453500.960.690.55343.4991.623.33
Hex7252306045371575c17
Octal16254301401056752713427
Binary1110010101100011011000001000101110111101010111101110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720523; }

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

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

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

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

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

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

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

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