#720118

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

Shades of Burgundy #720118

Tints of Burgundy #720118

Color information

#720118 (or 0x720118) is unknown color: approx Burgundy. HEX triplet: 72, 01 and 18. RGB value is (114,1,24). Sum of RGB (Red+Green+Blue) = 114+1+24=139 (18% of max value = 765). Red value is 114 (44.92% from 255 or 82.01% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 114 - color contains mainly: red. Hex color #720118 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #720118 is #8DFEE7. Grayscale: #252525. Windows color (decimal): -9305832 or 1573234. OLE color: 1573234.

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

Color convert

RGB114124-
CMYK00.990.790.55
HSL347.79º98.26%22.55%-
HSV(B)347.79º99.12%44.71%-
XYZ7.123.671.2-
YUV37.41120.44182.63-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 82.01%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=82.01%
G=0.72%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11412400.990.790.55347.7998.2622.55
Hex721180634F3715c6217
Octal16213001431176753414227
Binary1110010111000011000111001111110111101011100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720118; }

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

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

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

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

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

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

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

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