#79052F

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

Shades of Burgundy #79052F

Tints of Burgundy #79052F

Color information

#79052F (or 0x79052F) is unknown color: approx Burgundy. HEX triplet: 79, 05 and 2F. RGB value is (121,5,47). Sum of RGB (Red+Green+Blue) = 121+5+47=173 (22% of max value = 765). Red value is 121 (47.66% from 255 or 69.94% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 121 - color contains mainly: red. Hex color #79052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79052F is #86FAD0. Grayscale: #2C2C2C. Windows color (decimal): -8846033 or 3081593. OLE color: 3081593.

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

Color convert

RGB121547-
CMYK00.960.610.53
HSL338.28º92.06%24.71%-
HSV(B)338.28º95.87%47.45%-
XYZ8.454.383.09-
YUV44.47129.43182.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.94%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 47 (18.75% from 255) = 27.17%
R=69.94%
G=2.89%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12154700.960.610.53338.2892.0624.71
Hex7952F0603D351525c19
Octal1715570140756552213431
Binary111100110110111101100000111101110101101010010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79052F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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