#79082F

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

Shades of Burgundy #79082F

Tints of Burgundy #79082F

Color information

#79082F (or 0x79082F) is unknown color: approx Burgundy. HEX triplet: 79, 08 and 2F. RGB value is (121,8,47). Sum of RGB (Red+Green+Blue) = 121+8+47=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 47 (18.75% from 255 or 26.70% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #79082F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79082F is #86F7D0. Grayscale: #2E2E2E. Windows color (decimal): -8845265 or 3082361. OLE color: 3082361.

HSL color Cylindrical-coordinate representation of color #79082F: hue angle of 339.29º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #79082F is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB121847-
CMYK00.930.610.53
HSL339.29º87.6%25.29%-
HSV(B)339.29º93.39%47.45%-
XYZ8.494.443.1-
YUV46.23128.44181.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.75%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 47 (18.75% from 255) = 26.70%
R=68.75%
G=4.55%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12184700.930.610.53339.2987.625.29
Hex7982F05D3D351535819
Octal17110570135756552313031
Binary1111001100010111101011101111101110101101010011101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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