#79002E

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

Shades of Burgundy #79002E

Tints of Burgundy #79002E

Color information

#79002E (or 0x79002E) is unknown color: approx Burgundy. HEX triplet: 79, 00 and 2E. RGB value is (121,0,46). Sum of RGB (Red+Green+Blue) = 121+0+46=167 (22% of max value = 765). Red value is 121 (47.66% from 255 or 72.46% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 121 - color contains mainly: red. Hex color #79002E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79002E is #86FFD1. Grayscale: #292929. Windows color (decimal): -8847314 or 3014777. OLE color: 3014777.

HSL color Cylindrical-coordinate representation of color #79002E: hue angle of 337.19º 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 #79002E is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB121046-
CMYK010.620.53
HSL337.19º100%23.73%-
HSV(B)337.19º100%47.45%-
XYZ8.384.262.97-
YUV41.42130.59184.76-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 72.46%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=72.46%
G=0%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.62
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121046010.620.53337.1910023.73
Hex7902E0643E351516418
Octal1710560144766552114430
Binary1111001010111001100100111110110101101010001110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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