#720126

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

Shades of Burgundy #720126

Tints of Burgundy #720126

Color information

#720126 (or 0x720126) is unknown color: approx Burgundy. HEX triplet: 72, 01 and 26. RGB value is (114,1,38). Sum of RGB (Red+Green+Blue) = 114+1+38=153 (20% of max value = 765). Red value is 114 (44.92% from 255 or 74.51% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 114 - color contains mainly: red. Hex color #720126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720126 is #8DFED9. Grayscale: #262626. Windows color (decimal): -9305818 or 2490738. OLE color: 2490738.

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

Color convert

RGB114138-
CMYK00.990.670.55
HSL340.35º98.26%22.55%-
HSV(B)340.35º99.12%44.71%-
XYZ7.33.742.17-
YUV39.01127.44181.49-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 74.51%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=74.51%
G=0.65%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11413800.990.670.55340.3598.2622.55
Hex7212606343371546217
Octal16214601431036752414227
Binary11100101100110011000111000011110111101010100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720126; }

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

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

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

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

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

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

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

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