#790515

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

Shades of Burgundy #790515

Tints of Burgundy #790515

Color information

#790515 (or 0x790515) is unknown color: approx Burgundy. HEX triplet: 79, 05 and 15. RGB value is (121,5,21). Sum of RGB (Red+Green+Blue) = 121+5+21=147 (19% of max value = 765). Red value is 121 (47.66% from 255 or 82.31% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 121 - color contains mainly: red. Hex color #790515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790515 is #86FAEA. Grayscale: #292929. Windows color (decimal): -8846059 or 1377657. OLE color: 1377657.

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

Color convert

RGB121521-
CMYK00.960.830.53
HSL351.72º92.06%24.71%-
HSV(B)351.72º95.87%47.45%-
XYZ8.074.231.1-
YUV41.51116.43184.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 82.31%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 21 (8.59% from 255) = 14.29%
R=82.31%
G=3.40%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12152100.960.830.53351.7292.0624.71
Hex7951506053351605c19
Octal17152501401236554013431
Binary111100110110101011000001010011110101101100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790515; }

 p { color: rgb(121,5,21); }

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

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

 a { background-color: rgb(121,5,21); }

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

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

 span { border-color: rgb(121,5,21); }

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