#792111

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

Shades of Falu Red #792111

Tints of Falu Red #792111

Color information

#792111 (or 0x792111) is unknown color: approx Falu Red. HEX triplet: 79, 21 and 11. RGB value is (121,33,17). Sum of RGB (Red+Green+Blue) = 121+33+17=171 (22% of max value = 765). Red value is 121 (47.66% from 255 or 70.76% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 17 (7.03% from 255 or 9.94% from 171); Max value from RGB is 121 - color contains mainly: red. Hex color #792111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792111 is #86DEEE. Grayscale: #393939. Windows color (decimal): -8838895 or 1122681. OLE color: 1122681.

HSL color Cylindrical-coordinate representation of color #792111: hue angle of 9.23º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #792111 is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.53.

Color convert

RGB1213317-
CMYK00.730.860.53
HSL9.23º75.36%27.06%-
HSV(B)9.23º85.95%47.45%-
XYZ8.535.191.08-
YUV57.49105.15173.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 70.76%
GREEN value IS 33 (13.28% from 255) = 19.30%
BLUE value IS 17 (7.03% from 255) = 9.94%
R=70.76%
G=19.30%
B=9.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.86
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121331700.730.860.539.2375.3627.06
Hex792111049563594b1b
Octal17141210111126651111333
Binary1111001100001100010100100110101101101011001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792111; }

 p { color: rgb(121,33,17); }

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

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

 a { background-color: rgb(121,33,17); }

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

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

 span { border-color: rgb(121,33,17); }

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