#730A10

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

Shades of Burgundy #730A10

Tints of Burgundy #730A10

Color information

#730A10 (or 0x730A10) is unknown color: approx Burgundy. HEX triplet: 73, 0A and 10. RGB value is (115,10,16). Sum of RGB (Red+Green+Blue) = 115+10+16=141 (18% of max value = 765). Red value is 115 (45.31% from 255 or 81.56% from 141); Green value is 10 (4.30% from 255 or 7.09% from 141); Blue value is 16 (6.64% from 255 or 11.35% from 141); Max value from RGB is 115 - color contains mainly: red. Hex color #730A10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #730A10 is #8CF5EF. Grayscale: #2A2A2A. Windows color (decimal): -9238000 or 1051251. OLE color: 1051251.

HSL color Cylindrical-coordinate representation of color #730A10: hue angle of 356.57º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A10 is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB1151016-
CMYK00.910.860.55
HSL356.57º84%24.51%-
HSV(B)356.57º91.3%45.1%-
XYZ7.273.90.86-
YUV42.08113.29180.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 81.56%
GREEN value IS 10 (4.30% from 255) = 7.09%
BLUE value IS 16 (6.64% from 255) = 11.35%
R=81.56%
G=7.09%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115101600.910.860.55356.578424.51
Hex73A1005B56371655419
Octal163122001331266754512431
Binary1110011101010000010110111010110110111101100101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730A10; }

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

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

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

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

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

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

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

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