#730225

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

Shades of Burgundy #730225

Tints of Burgundy #730225

Color information

#730225 (or 0x730225) is unknown color: approx Burgundy. HEX triplet: 73, 02 and 25. RGB value is (115,2,37). Sum of RGB (Red+Green+Blue) = 115+2+37=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 37 (14.84% from 255 or 24.03% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #730225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730225 is #8CFDDA. Grayscale: #272727. Windows color (decimal): -9240027 or 2425459. OLE color: 2425459.

HSL color Cylindrical-coordinate representation of color #730225: hue angle of 341.42º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #730225 is Cyan = 0, Magento = 0.98, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB115237-
CMYK00.980.680.55
HSL341.42º96.58%22.94%-
HSV(B)341.42º98.26%45.1%-
XYZ7.433.822.1-
YUV39.78126.44181.65-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.68%
GREEN value IS 2 (1.17% from 255) = 1.30%
BLUE value IS 37 (14.84% from 255) = 24.03%
R=74.68%
G=1.30%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11523700.980.680.55341.4296.5822.94
Hex7322506244371556117
Octal16324501421046752514127
Binary111001110100101011000101000100110111101010101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730225; }

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

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

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

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

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

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

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

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