#730927

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

Shades of Burgundy #730927

Tints of Burgundy #730927

Color information

#730927 (or 0x730927) is unknown color: approx Burgundy. HEX triplet: 73, 09 and 27. RGB value is (115,9,39). Sum of RGB (Red+Green+Blue) = 115+9+39=163 (21% of max value = 765). Red value is 115 (45.31% from 255 or 70.55% from 163); Green value is 9 (3.91% from 255 or 5.52% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 115 - color contains mainly: red. Hex color #730927 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730927 is #8CF6D8. Grayscale: #2C2C2C. Windows color (decimal): -9238233 or 2558323. OLE color: 2558323.

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

Color convert

RGB115939-
CMYK00.920.660.55
HSL343.02º85.48%24.31%-
HSV(B)343.02º92.17%45.1%-
XYZ7.533.992.29-
YUV44.11125.12178.56-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 70.55%
GREEN value IS 9 (3.91% from 255) = 5.52%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=70.55%
G=5.52%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11593900.920.660.55343.0285.4824.31
Hex7392705C42371575518
Octal163114701341026752712530
Binary11100111001100111010111001000010110111101010111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730927; }

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

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

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

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

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

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

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

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