#730419

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

Shades of Burgundy #730419

Tints of Burgundy #730419

Color information

#730419 (or 0x730419) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 19. RGB value is (115,4,25). Sum of RGB (Red+Green+Blue) = 115+4+25=144 (19% of max value = 765). Red value is 115 (45.31% from 255 or 79.86% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 115 - color contains mainly: red. Hex color #730419 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730419 is #8CFBE6. Grayscale: #272727. Windows color (decimal): -9239527 or 1639539. OLE color: 1639539.

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

Color convert

RGB115425-
CMYK00.970.780.55
HSL348.65º93.28%23.33%-
HSV(B)348.65º96.52%45.1%-
XYZ7.293.81.27-
YUV39.58119.77181.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 79.86%
GREEN value IS 4 (1.95% from 255) = 2.78%
BLUE value IS 25 (10.16% from 255) = 17.36%
R=79.86%
G=2.78%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11542500.970.780.55348.6593.2823.33
Hex734190614E3715d5d17
Octal16343101411166753513527
Binary111001110011001011000011001110110111101011101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730419; }

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

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

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

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

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

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

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

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