#730A27

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

Shades of Burgundy #730A27

Tints of Burgundy #730A27

Color information

#730A27 (or 0x730A27) is unknown color: approx Burgundy. HEX triplet: 73, 0A and 27. RGB value is (115,10,39). Sum of RGB (Red+Green+Blue) = 115+10+39=164 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.12% from 164); Green value is 10 (4.30% from 255 or 6.10% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 115 - color contains mainly: red. Hex color #730A27 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A27 is #8CF5D8. Grayscale: #2C2C2C. Windows color (decimal): -9237977 or 2558579. OLE color: 2558579.

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

Color convert

RGB1151039-
CMYK00.910.660.55
HSL343.43º84%24.51%-
HSV(B)343.43º91.3%45.1%-
XYZ7.544.012.3-
YUV44.7124.79178.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.12%
GREEN value IS 10 (4.30% from 255) = 6.10%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=70.12%
G=6.10%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115103900.910.660.55343.438424.51
Hex73A2705B42371575419
Octal163124701331026752712431
Binary11100111010100111010110111000010110111101010111101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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