#730426

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

Shades of Burgundy #730426

Tints of Burgundy #730426

Color information

#730426 (or 0x730426) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 26. RGB value is (115,4,38). Sum of RGB (Red+Green+Blue) = 115+4+38=157 (20% of max value = 765). Red value is 115 (45.31% from 255 or 73.25% from 157); Green value is 4 (1.95% from 255 or 2.55% from 157); Blue value is 38 (15.23% from 255 or 24.20% from 157); Max value from RGB is 115 - color contains mainly: red. Hex color #730426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730426 is #8CFBD9. Grayscale: #292929. Windows color (decimal): -9239514 or 2491507. OLE color: 2491507.

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

Color convert

RGB115438-
CMYK00.970.670.55
HSL341.62º93.28%23.33%-
HSV(B)341.62º96.52%45.1%-
XYZ7.463.872.19-
YUV41.06126.27180.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 73.25%
GREEN value IS 4 (1.95% from 255) = 2.55%
BLUE value IS 38 (15.23% from 255) = 24.20%
R=73.25%
G=2.55%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11543800.970.670.55341.6293.2823.33
Hex7342606143371565d17
Octal16344601411036752613527
Binary1110011100100110011000011000011110111101010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730426; }

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

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

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

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

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

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

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

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