#792016

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

Shades of Falu Red #792016

Tints of Falu Red #792016

Color information

#792016 (or 0x792016) is unknown color: approx Falu Red. HEX triplet: 79, 20 and 16. RGB value is (121,32,22). Sum of RGB (Red+Green+Blue) = 121+32+22=175 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.14% from 175); Green value is 32 (12.89% from 255 or 18.29% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 121 - color contains mainly: red. Hex color #792016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792016 is #86DFE9. Grayscale: #393939. Windows color (decimal): -8839146 or 1450105. OLE color: 1450105.

HSL color Cylindrical-coordinate representation of color #792016: hue angle of 6.06º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #792016 is Cyan = 0, Magento = 0.74, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB1213222-
CMYK00.740.820.53
HSL6.06º69.23%28.04%-
HSV(B)6.06º81.82%47.45%-
XYZ8.555.161.3-
YUV57.47107.99173.31-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.14%
GREEN value IS 32 (12.89% from 255) = 18.29%
BLUE value IS 22 (8.98% from 255) = 12.57%
R=69.14%
G=18.29%
B=12.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121322200.740.820.536.0669.2328.04
Hex79201604A52356451c
Octal1714026011212265610534
Binary111100110000010110010010101010010110101110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792016; }

 p { color: rgb(121,32,22); }

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

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

 a { background-color: rgb(121,32,22); }

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

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

 span { border-color: rgb(121,32,22); }

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