#79002D

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

Shades of Burgundy #79002D

Tints of Burgundy #79002D

Color information

#79002D (or 0x79002D) is unknown color: approx Burgundy. HEX triplet: 79, 00 and 2D. RGB value is (121,0,45). Sum of RGB (Red+Green+Blue) = 121+0+45=166 (21% of max value = 765). Red value is 121 (47.66% from 255 or 72.89% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 121 - color contains mainly: red. Hex color #79002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79002D is #86FFD2. Grayscale: #292929. Windows color (decimal): -8847315 or 2949241. OLE color: 2949241.

HSL color Cylindrical-coordinate representation of color #79002D: hue angle of 337.69º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79002D is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB121045-
CMYK010.630.53
HSL337.69º100%23.73%-
HSV(B)337.69º100%47.45%-
XYZ8.364.252.86-
YUV41.31130.09184.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.89%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=72.89%
G=0%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121045010.630.53337.6910023.73
Hex7902D0643F351526418
Octal1710550144776552214430
Binary1111001010110101100100111111110101101010010110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79002D; }

 p { color: rgb(121,0,45); }

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

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

 a { background-color: rgb(121,0,45); }

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

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

 span { border-color: rgb(121,0,45); }

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