#730925

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

Shades of Burgundy #730925

Tints of Burgundy #730925

Color information

#730925 (or 0x730925) is unknown color: approx Burgundy. HEX triplet: 73, 09 and 25. RGB value is (115,9,37). Sum of RGB (Red+Green+Blue) = 115+9+37=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #730925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730925 is #8CF6DA. Grayscale: #2B2B2B. Windows color (decimal): -9238235 or 2427251. OLE color: 2427251.

HSL color Cylindrical-coordinate representation of color #730925: hue angle of 344.15º 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 #730925 is Cyan = 0, Magento = 0.92, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB115937-
CMYK00.920.680.55
HSL344.15º85.48%24.31%-
HSV(B)344.15º92.17%45.1%-
XYZ7.53.972.12-
YUV43.89124.12178.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.43%
GREEN value IS 9 (3.91% from 255) = 5.59%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=71.43%
G=5.59%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11593700.920.680.55344.1585.4824.31
Hex7392505C44371585518
Octal163114501341046753012530
Binary11100111001100101010111001000100110111101011000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730925; }

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

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

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

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

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

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

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

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