#792216

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

Shades of Falu Red #792216

Tints of Falu Red #792216

Color information

#792216 (or 0x792216) is unknown color: approx Falu Red. HEX triplet: 79, 22 and 16. RGB value is (121,34,22). Sum of RGB (Red+Green+Blue) = 121+34+22=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 22 (8.98% from 255 or 12.43% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #792216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #792216 is #86DDE9. Grayscale: #3A3A3A. Windows color (decimal): -8838634 or 1450617. OLE color: 1450617.

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

Color convert

RGB1213422-
CMYK00.720.820.53
HSL7.27º69.23%28.04%-
HSV(B)7.27º81.82%47.45%-
XYZ8.65.271.32-
YUV58.64107.32172.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.36%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 22 (8.98% from 255) = 12.43%
R=68.36%
G=19.21%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.82
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121342200.720.820.537.2769.2328.04
Hex79221604852357451c
Octal1714226011012265710534
Binary111100110001010110010010001010010110101111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792216; }

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

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

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

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

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

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

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

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