#720B28

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

Shades of Burgundy #720B28

Tints of Burgundy #720B28

Color information

#720B28 (or 0x720B28) is unknown color: approx Burgundy. HEX triplet: 72, 0B and 28. RGB value is (114,11,40). Sum of RGB (Red+Green+Blue) = 114+11+40=165 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.09% from 165); Green value is 11 (4.69% from 255 or 6.67% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 114 - color contains mainly: red. Hex color #720B28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720B28 is #8DF4D7. Grayscale: #2D2D2D. Windows color (decimal): -9303256 or 2624370. OLE color: 2624370.

HSL color Cylindrical-coordinate representation of color #720B28: hue angle of 343.11º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B28 is Cyan = 0, Magento = 0.90, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB1141140-
CMYK00.900.650.55
HSL343.11º82.4%24.51%-
HSV(B)343.11º90.35%44.71%-
XYZ7.443.972.38-
YUV45.1125.12177.14-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 69.09%
GREEN value IS 11 (4.69% from 255) = 6.67%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=69.09%
G=6.67%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114114000.900.650.55343.1182.424.51
Hex72B2805A41371575219
Octal162135001321016752712231
Binary11100101011101000010110101000001110111101010111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,11,40); }

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

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

 a { background-color: rgb(114,11,40); }

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

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

 span { border-color: rgb(114,11,40); }

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