#79091A

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

Shades of Burgundy #79091A

Tints of Burgundy #79091A

Color information

#79091A (or 0x79091A) is unknown color: approx Burgundy. HEX triplet: 79, 09 and 1A. RGB value is (121,9,26). Sum of RGB (Red+Green+Blue) = 121+9+26=156 (20% of max value = 765). Red value is 121 (47.66% from 255 or 77.56% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 121 - color contains mainly: red. Hex color #79091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79091A is #86F6E5. Grayscale: #2C2C2C. Windows color (decimal): -8845030 or 1706361. OLE color: 1706361.

HSL color Cylindrical-coordinate representation of color #79091A: hue angle of 350.89º degrees, saturation: 0.86, 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 #79091A is Cyan = 0, Magento = 0.93, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB121926-
CMYK00.930.790.53
HSL350.89º86.15%25.49%-
HSV(B)350.89º92.56%47.45%-
XYZ8.174.331.38-
YUV44.43117.61182.62-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 77.56%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 26 (10.55% from 255) = 16.67%
R=77.56%
G=5.77%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12192600.930.790.53350.8986.1525.49
Hex7991A05D4F3515f5619
Octal171113201351176553712631
Binary1111001100111010010111011001111110101101011111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79091A; }

 p { color: rgb(121,9,26); }

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

<style>
 a { background-color: #79091A; }

 a { background-color: rgb(121,9,26); }

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

<style>
 span { border-color: #79091A; }

 span { border-color: rgb(121,9,26); }

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