#792716

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

Shades of Falu Red #792716

Tints of Falu Red #792716

Color information

#792716 (or 0x792716) is unknown color: approx Falu Red. HEX triplet: 79, 27 and 16. RGB value is (121,39,22). Sum of RGB (Red+Green+Blue) = 121+39+22=182 (24% of max value = 765). Red value is 121 (47.66% from 255 or 66.48% from 182); Green value is 39 (15.62% from 255 or 21.43% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 121 - color contains mainly: red. Hex color #792716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792716 is #86D8E9. Grayscale: #3D3D3D. Windows color (decimal): -8837354 or 1451897. OLE color: 1451897.

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

Color convert

RGB1213922-
CMYK00.680.820.53
HSL10.3º69.23%28.04%-
HSV(B)10.3º81.82%47.45%-
XYZ8.765.571.37-
YUV61.58105.67170.38-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 66.48%
GREEN value IS 39 (15.62% from 255) = 21.43%
BLUE value IS 22 (8.98% from 255) = 12.09%
R=66.48%
G=21.43%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121392200.680.820.5310.369.2328.04
Hex7927160445235a451c
Octal17147260104122651210534
Binary1111001100111101100100010010100101101011010100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792716; }

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

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

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

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

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

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

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

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