#720218

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

Shades of Burgundy #720218

Tints of Burgundy #720218

Color information

#720218 (or 0x720218) is unknown color: approx Burgundy. HEX triplet: 72, 02 and 18. RGB value is (114,2,24). Sum of RGB (Red+Green+Blue) = 114+2+24=140 (18% of max value = 765). Red value is 114 (44.92% from 255 or 81.43% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 114 - color contains mainly: red. Hex color #720218 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720218 is #8DFDE7. Grayscale: #262626. Windows color (decimal): -9305576 or 1573490. OLE color: 1573490.

HSL color Cylindrical-coordinate representation of color #720218: hue angle of 348.21º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #720218 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.55.

Color convert

RGB114224-
CMYK00.980.790.55
HSL348.21º96.55%22.75%-
HSV(B)348.21º98.25%44.71%-
XYZ7.133.691.2-
YUV38120.11182.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 81.43%
GREEN value IS 2 (1.17% from 255) = 1.43%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=81.43%
G=1.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11422400.980.790.55348.2196.5522.75
Hex722180624F3715c6117
Octal16223001421176753414127
Binary11100101011000011000101001111110111101011100110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720218; }

 p { color: rgb(114,2,24); }

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

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

 a { background-color: rgb(114,2,24); }

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

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

 span { border-color: rgb(114,2,24); }

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