#730416

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

Shades of Burgundy #730416

Tints of Burgundy #730416

Color information

#730416 (or 0x730416) is unknown color: approx Burgundy. HEX triplet: 73, 04 and 16. RGB value is (115,4,22). Sum of RGB (Red+Green+Blue) = 115+4+22=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730416 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730416 is #8CFBE9. Grayscale: #272727. Windows color (decimal): -9239530 or 1442931. OLE color: 1442931.

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

Color convert

RGB115422-
CMYK00.970.810.55
HSL350.27º93.28%23.33%-
HSV(B)350.27º96.52%45.1%-
XYZ7.263.791.11-
YUV39.24118.27182.04-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 81.56%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=81.56%
G=2.84%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.81
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11542200.970.810.55350.2793.2823.33
Hex73416061513715e5d17
Octal16342601411216753613527
Binary111001110010110011000011010001110111101011110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730416; }

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

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

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

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

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

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

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

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