#730126

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

Shades of Burgundy #730126

Tints of Burgundy #730126

Color information

#730126 (or 0x730126) is unknown color: approx Burgundy. HEX triplet: 73, 01 and 26. RGB value is (115,1,38). Sum of RGB (Red+Green+Blue) = 115+1+38=154 (20% of max value = 765). Red value is 115 (45.31% from 255 or 74.68% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 115 - color contains mainly: red. Hex color #730126 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730126 is #8CFED9. Grayscale: #272727. Windows color (decimal): -9240282 or 2490739. OLE color: 2490739.

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

Color convert

RGB115138-
CMYK00.990.670.55
HSL340.53º98.28%22.75%-
HSV(B)340.53º99.13%45.1%-
XYZ7.433.812.18-
YUV39.3127.27181.99-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 74.68%
GREEN value IS 1 (0.78% from 255) = 0.65%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=74.68%
G=0.65%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11513800.990.670.55340.5398.2822.75
Hex7312606343371556217
Octal16314601431036752514227
Binary11100111100110011000111000011110111101010101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730126; }

 p { color: rgb(115,1,38); }

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

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

 a { background-color: rgb(115,1,38); }

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

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

 span { border-color: rgb(115,1,38); }

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