#730317

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

Shades of Burgundy #730317

Tints of Burgundy #730317

Color information

#730317 (or 0x730317) is unknown color: approx Burgundy. HEX triplet: 73, 03 and 17. RGB value is (115,3,23). Sum of RGB (Red+Green+Blue) = 115+3+23=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 23 (9.38% from 255 or 16.31% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730317 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730317 is #8CFCE8. Grayscale: #262626. Windows color (decimal): -9239785 or 1508211. OLE color: 1508211.

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

Color convert

RGB115323-
CMYK00.970.800.55
HSL349.29º94.92%23.14%-
HSV(B)349.29º97.39%45.1%-
XYZ7.263.771.16-
YUV38.77119.11182.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 81.56%
GREEN value IS 3 (1.56% from 255) = 2.13%
BLUE value IS 23 (9.38% from 255) = 16.31%
R=81.56%
G=2.13%
B=16.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.80
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11532300.970.800.55349.2994.9223.14
Hex73317061503715d5f17
Octal16332701411206753513727
Binary11100111110111011000011010000110111101011101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730317; }

 p { color: rgb(115,3,23); }

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

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

 a { background-color: rgb(115,3,23); }

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

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

 span { border-color: rgb(115,3,23); }

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