#790C19

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

Shades of Burgundy #790C19

Tints of Burgundy #790C19

Color information

#790C19 (or 0x790C19) is unknown color: approx Burgundy. HEX triplet: 79, 0C and 19. RGB value is (121,12,25). Sum of RGB (Red+Green+Blue) = 121+12+25=158 (20% of max value = 765). Red value is 121 (47.66% from 255 or 76.58% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 25 (10.16% from 255 or 15.82% from 158); Max value from RGB is 121 - color contains mainly: red. Hex color #790C19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #790C19 is #86F3E6. Grayscale: #2E2E2E. Windows color (decimal): -8844263 or 1641593. OLE color: 1641593.

HSL color Cylindrical-coordinate representation of color #790C19: hue angle of 352.84º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C19 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.53.

Color convert

RGB1211225-
CMYK00.900.790.53
HSL352.84º81.95%26.08%-
HSV(B)352.84º90.08%47.45%-
XYZ8.194.41.34-
YUV46.07116.11181.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 76.58%
GREEN value IS 12 (5.08% from 255) = 7.59%
BLUE value IS 25 (10.16% from 255) = 15.82%
R=76.58%
G=7.59%
B=15.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.79
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121122500.900.790.53352.8481.9526.08
Hex79C1905A4F35161521a
Octal171143101321176554112232
Binary1111001110011001010110101001111110101101100001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790C19; }

 p { color: rgb(121,12,25); }

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

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

 a { background-color: rgb(121,12,25); }

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

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

 span { border-color: rgb(121,12,25); }

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