#720426

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

Shades of Burgundy #720426

Tints of Burgundy #720426

Color information

#720426 (or 0x720426) is unknown color: approx Burgundy. HEX triplet: 72, 04 and 26. RGB value is (114,4,38). Sum of RGB (Red+Green+Blue) = 114+4+38=156 (20% of max value = 765). Red value is 114 (44.92% from 255 or 73.08% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 114 - color contains mainly: red. Hex color #720426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #720426 is #8DFBD9. Grayscale: #282828. Windows color (decimal): -9305050 or 2491506. OLE color: 2491506.

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

Color convert

RGB114438-
CMYK00.960.670.55
HSL341.45º93.22%23.14%-
HSV(B)341.45º96.49%44.71%-
XYZ7.333.82.18-
YUV40.77126.44180.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 73.08%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=73.08%
G=2.56%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11443800.960.670.55341.4593.2223.14
Hex7242606043371555d17
Octal16244601401036752513527
Binary1110010100100110011000001000011110111101010101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720426; }

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

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

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

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

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

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

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

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