#730A31

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

Shades of Burgundy #730A31

Tints of Burgundy #730A31

Color information

#730A31 (or 0x730A31) is unknown color: approx Burgundy. HEX triplet: 73, 0A and 31. RGB value is (115,10,49). Sum of RGB (Red+Green+Blue) = 115+10+49=174 (23% of max value = 765). Red value is 115 (45.31% from 255 or 66.09% from 174); Green value is 10 (4.30% from 255 or 5.75% from 174); Blue value is 49 (19.53% from 255 or 28.16% from 174); Max value from RGB is 115 - color contains mainly: red. Hex color #730A31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A31 is #8CF5CE. Grayscale: #2D2D2D. Windows color (decimal): -9237967 or 3213939. OLE color: 3213939.

HSL color Cylindrical-coordinate representation of color #730A31: hue angle of 337.71º 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 #730A31 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.55.

Color convert

RGB1151049-
CMYK00.910.570.55
HSL337.71º84%24.51%-
HSV(B)337.71º91.3%45.1%-
XYZ7.734.083.29-
YUV45.84129.79177.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.09%
GREEN value IS 10 (4.30% from 255) = 5.75%
BLUE value IS 49 (19.53% from 255) = 28.16%
R=66.09%
G=5.75%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115104900.910.570.55337.718424.51
Hex73A3105B39371525419
Octal16312610133716752212431
Binary1110011101011000101011011111001110111101010010101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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