#730510

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

Shades of Burgundy #730510

Tints of Burgundy #730510

Color information

#730510 (or 0x730510) is unknown color: approx Burgundy. HEX triplet: 73, 05 and 10. RGB value is (115,5,16). Sum of RGB (Red+Green+Blue) = 115+5+16=136 (18% of max value = 765). Red value is 115 (45.31% from 255 or 84.56% from 136); Green value is 5 (2.34% from 255 or 3.68% from 136); Blue value is 16 (6.64% from 255 or 11.76% from 136); Max value from RGB is 115 - color contains mainly: red. Hex color #730510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730510 is #8CFAEF. Grayscale: #272727. Windows color (decimal): -9239280 or 1049971. OLE color: 1049971.

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

Color convert

RGB115516-
CMYK00.960.860.55
HSL354º91.67%23.53%-
HSV(B)354º95.65%45.1%-
XYZ7.223.790.84-
YUV39.14114.94182.11-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 84.56%
GREEN value IS 5 (2.34% from 255) = 3.68%
BLUE value IS 16 (6.64% from 255) = 11.76%
R=84.56%
G=3.68%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11551600.960.860.5535491.6723.53
Hex7351006056371625c18
Octal16352001401266754213430
Binary111001110110000011000001010110110111101100010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730510; }

 p { color: rgb(115,5,16); }

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

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

 a { background-color: rgb(115,5,16); }

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

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

 span { border-color: rgb(115,5,16); }

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