#790914

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

Shades of Burgundy #790914

Tints of Burgundy #790914

Color information

#790914 (or 0x790914) is unknown color: approx Burgundy. HEX triplet: 79, 09 and 14. RGB value is (121,9,20). Sum of RGB (Red+Green+Blue) = 121+9+20=150 (19% of max value = 765). Red value is 121 (47.66% from 255 or 80.67% from 150); Green value is 9 (3.91% from 255 or 6% from 150); Blue value is 20 (8.20% from 255 or 13.33% from 150); Max value from RGB is 121 - color contains mainly: red. Hex color #790914 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790914 is #86F6EB. Grayscale: #2B2B2B. Windows color (decimal): -8845036 or 1313145. OLE color: 1313145.

HSL color Cylindrical-coordinate representation of color #790914: hue angle of 354.11º 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 #790914 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.53.

Color convert

RGB121920-
CMYK00.930.830.53
HSL354.11º86.15%25.49%-
HSV(B)354.11º92.56%47.45%-
XYZ8.114.311.07-
YUV43.74114.61183.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 80.67%
GREEN value IS 9 (3.91% from 255) = 6%
BLUE value IS 20 (8.20% from 255) = 13.33%
R=80.67%
G=6%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.83
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12192000.930.830.53354.1186.1525.49
Hex7991405D53351625619
Octal171112401351236554212631
Binary1111001100110100010111011010011110101101100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790914; }

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

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

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

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

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

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

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

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