#730413

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

Shades of Burgundy #730413

Tints of Burgundy #730413

Color information

#730413 (or 0x730413) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 13. RGB value is (115,4,19). Sum of RGB (Red+Green+Blue) = 115+4+19=138 (18% of max value = 765). Red value is 115 (45.31% from 255 or 83.33% from 138); Green value is 4 (1.95% from 255 or 2.90% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 115 - color contains mainly: red. Hex color #730413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730413 is #8CFBEC. Grayscale: #262626. Windows color (decimal): -9239533 or 1246323. OLE color: 1246323.

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

Color convert

RGB115419-
CMYK00.970.830.55
HSL351.89º93.28%23.33%-
HSV(B)351.89º96.52%45.1%-
XYZ7.233.780.96-
YUV38.9116.77182.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 83.33%
GREEN value IS 4 (1.95% from 255) = 2.90%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=83.33%
G=2.90%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11541900.970.830.55351.8993.2823.33
Hex7341306153371605d17
Octal16342301411236754013527
Binary111001110010011011000011010011110111101100000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730413; }

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

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

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

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

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

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

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

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