#79050F

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

Shades of Burgundy #79050F

Tints of Burgundy #79050F

Color information

#79050F (or 0x79050F) is unknown color: approx Burgundy. HEX triplet: 79, 05 and 0F. RGB value is (121,5,15). Sum of RGB (Red+Green+Blue) = 121+5+15=141 (18% of max value = 765). Red value is 121 (47.66% from 255 or 85.82% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 15 (6.25% from 255 or 10.64% from 141); Max value from RGB is 121 - color contains mainly: red. Hex color #79050F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #79050F is #86FAF0. Grayscale: #282828. Windows color (decimal): -8846065 or 984441. OLE color: 984441.

HSL color Cylindrical-coordinate representation of color #79050F: hue angle of 354.83º 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 #79050F is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB121515-
CMYK00.960.880.53
HSL354.83º92.06%24.71%-
HSV(B)354.83º95.87%47.45%-
XYZ8.034.210.84-
YUV40.82113.43185.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 85.82%
GREEN value IS 5 (2.34% from 255) = 3.55%
BLUE value IS 15 (6.25% from 255) = 10.64%
R=85.82%
G=3.55%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12151500.960.880.53354.8392.0624.71
Hex795F06058351635c19
Octal17151701401306554313431
Binary11110011011111011000001011000110101101100011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79050F; }

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

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

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

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

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

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

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

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