#720828

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

Shades of Burgundy #720828

Tints of Burgundy #720828

Color information

#720828 (or 0x720828) is unknown color: approx Burgundy. HEX triplet: 72, 08 and 28. RGB value is (114,8,40). Sum of RGB (Red+Green+Blue) = 114+8+40=162 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.37% from 162); Green value is 8 (3.52% from 255 or 4.94% from 162); Blue value is 40 (16.02% from 255 or 24.69% from 162); Max value from RGB is 114 - color contains mainly: red. Hex color #720828 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720828 is #8DF7D7. Grayscale: #2B2B2B. Windows color (decimal): -9304024 or 2623602. OLE color: 2623602.

HSL color Cylindrical-coordinate representation of color #720828: hue angle of 341.89º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720828 is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB114840-
CMYK00.930.650.55
HSL341.89º86.89%23.92%-
HSV(B)341.89º92.98%44.71%-
XYZ7.413.92.37-
YUV43.34126.12178.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.37%
GREEN value IS 8 (3.52% from 255) = 4.94%
BLUE value IS 40 (16.02% from 255) = 24.69%
R=70.37%
G=4.94%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11484000.930.650.55341.8986.8923.92
Hex7282805D41371565718
Octal162105001351016752612730
Binary11100101000101000010111011000001110111101010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720828; }

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

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

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

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

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

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

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

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