#720C27

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

Shades of Burgundy #720C27

Tints of Burgundy #720C27

Color information

#720C27 (or 0x720C27) is unknown color: approx Burgundy. HEX triplet: 72, 0C and 27. RGB value is (114,12,39). Sum of RGB (Red+Green+Blue) = 114+12+39=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 12 (5.08% from 255 or 7.27% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #720C27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720C27 is #8DF3D8. Grayscale: #2D2D2D. Windows color (decimal): -9303001 or 2559090. OLE color: 2559090.

HSL color Cylindrical-coordinate representation of color #720C27: hue angle of 344.12º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #720C27 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1141239-
CMYK00.890.660.55
HSL344.12º80.95%24.71%-
HSV(B)344.12º89.47%44.71%-
XYZ7.443.992.3-
YUV45.58124.29176.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.09%
GREEN value IS 12 (5.08% from 255) = 7.27%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=69.09%
G=7.27%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114123900.890.660.55344.1280.9524.71
Hex72C2705942371585119
Octal162144701311026753012131
Binary11100101100100111010110011000010110111101011000101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720C27; }

 p { color: rgb(114,12,39); }

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

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

 a { background-color: rgb(114,12,39); }

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

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

 span { border-color: rgb(114,12,39); }

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