#720827

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

Shades of Burgundy #720827

Tints of Burgundy #720827

Color information

#720827 (or 0x720827) is unknown color: approx Burgundy. HEX triplet: 72, 08 and 27. RGB value is (114,8,39). Sum of RGB (Red+Green+Blue) = 114+8+39=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 39 (15.62% from 255 or 24.22% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #720827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720827 is #8DF7D8. Grayscale: #2B2B2B. Windows color (decimal): -9304025 or 2558066. OLE color: 2558066.

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

Color convert

RGB114839-
CMYK00.930.660.55
HSL342.45º86.89%23.92%-
HSV(B)342.45º92.98%44.71%-
XYZ7.393.92.28-
YUV43.23125.62178.48-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 70.81%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 39 (15.62% from 255) = 24.22%
R=70.81%
G=4.97%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11483900.930.660.55342.4586.8923.92
Hex7282705D42371565718
Octal162104701351026752612730
Binary11100101000100111010111011000010110111101010110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720827; }

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

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

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

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

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

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

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

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