#730614

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

Shades of Burgundy #730614

Tints of Burgundy #730614

Color information

#730614 (or 0x730614) is unknown color: approx Burgundy. HEX triplet: 73, 06 and 14. RGB value is (115,6,20). Sum of RGB (Red+Green+Blue) = 115+6+20=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730614 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730614 is #8CF9EB. Grayscale: #282828. Windows color (decimal): -9239020 or 1312371. OLE color: 1312371.

HSL color Cylindrical-coordinate representation of color #730614: hue angle of 352.29º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730614 is Cyan = 0, Magento = 0.95, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB115620-
CMYK00.950.830.55
HSL352.29º90.08%23.73%-
HSV(B)352.29º94.78%45.1%-
XYZ7.263.831.02-
YUV40.19116.61181.36-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 81.56%
GREEN value IS 6 (2.73% from 255) = 4.26%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=81.56%
G=4.26%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11562000.950.830.55352.2990.0823.73
Hex7361405F53371605a18
Octal16362401371236754013230
Binary111001111010100010111111010011110111101100000101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730614; }

 p { color: rgb(115,6,20); }

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

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

 a { background-color: rgb(115,6,20); }

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

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

 span { border-color: rgb(115,6,20); }

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