#730826

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

Shades of Burgundy #730826

Tints of Burgundy #730826

Color information

#730826 (or 0x730826) is unknown color: approx Burgundy. HEX triplet: 73, 08 and 26. RGB value is (115,8,38). Sum of RGB (Red+Green+Blue) = 115+8+38=161 (21% of max value = 765). Red value is 115 (45.31% from 255 or 71.43% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 115 - color contains mainly: red. Hex color #730826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730826 is #8CF7D9. Grayscale: #2B2B2B. Windows color (decimal): -9238490 or 2492531. OLE color: 2492531.

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

Color convert

RGB115838-
CMYK00.930.670.55
HSL343.18º86.99%24.12%-
HSV(B)343.18º93.04%45.1%-
XYZ7.513.962.2-
YUV43.41124.95179.06-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 71.43%
GREEN value IS 8 (3.52% from 255) = 4.97%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=71.43%
G=4.97%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11583800.930.670.55343.1886.9924.12
Hex7382605D43371575718
Octal163104601351036752712730
Binary11100111000100110010111011000011110111101010111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730826; }

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

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

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

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

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

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

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

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