#790724

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

Shades of Burgundy #790724

Tints of Burgundy #790724

Color information

#790724 (or 0x790724) is unknown color: approx Burgundy. HEX triplet: 79, 07 and 24. RGB value is (121,7,36). Sum of RGB (Red+Green+Blue) = 121+7+36=164 (21% of max value = 765). Red value is 121 (47.66% from 255 or 73.78% from 164); Green value is 7 (3.12% from 255 or 4.27% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 121 - color contains mainly: red. Hex color #790724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790724 is #86F8DB. Grayscale: #2C2C2C. Windows color (decimal): -8845532 or 2361209. OLE color: 2361209.

HSL color Cylindrical-coordinate representation of color #790724: hue angle of 344.74º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #790724 is Cyan = 0, Magento = 0.94, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB121736-
CMYK00.940.700.53
HSL344.74º89.06%25.1%-
HSV(B)344.74º94.21%47.45%-
XYZ8.284.342.07-
YUV44.39123.27182.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 73.78%
GREEN value IS 7 (3.12% from 255) = 4.27%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=73.78%
G=4.27%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.70
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12173600.940.700.53344.7489.0625.1
Hex7972405E46351595919
Octal17174401361066553113131
Binary1111001111100100010111101000110110101101011001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790724; }

 p { color: rgb(121,7,36); }

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

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

 a { background-color: rgb(121,7,36); }

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

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

 span { border-color: rgb(121,7,36); }

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