#79011A

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

Shades of Burgundy #79011A

Tints of Burgundy #79011A

Color information

#79011A (or 0x79011A) is unknown color: approx Burgundy. HEX triplet: 79, 01 and 1A. RGB value is (121,1,26). Sum of RGB (Red+Green+Blue) = 121+1+26=148 (19% of max value = 765). Red value is 121 (47.66% from 255 or 81.76% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 26 (10.55% from 255 or 17.57% from 148); Max value from RGB is 121 - color contains mainly: red. Hex color #79011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79011A is #86FEE5. Grayscale: #272727. Windows color (decimal): -8847078 or 1704313. OLE color: 1704313.

HSL color Cylindrical-coordinate representation of color #79011A: hue angle of 347.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79011A is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB121126-
CMYK00.990.790.53
HSL347.5º98.36%23.92%-
HSV(B)347.5º99.17%47.45%-
XYZ8.084.161.35-
YUV39.73120.26185.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 81.76%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 26 (10.55% from 255) = 17.57%
R=81.76%
G=0.68%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12112600.990.790.53347.598.3623.92
Hex7911A0634F3515c6218
Octal17113201431176553414230
Binary1111001111010011000111001111110101101011100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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