#79210F

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

Shades of Falu Red #79210F

Tints of Falu Red #79210F

Color information

#79210F (or 0x79210F) is unknown color: approx Falu Red. HEX triplet: 79, 21 and 0F. RGB value is (121,33,15). Sum of RGB (Red+Green+Blue) = 121+33+15=169 (22% of max value = 765). Red value is 121 (47.66% from 255 or 71.60% from 169); Green value is 33 (13.28% from 255 or 19.53% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 121 - color contains mainly: red. Hex color #79210F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79210F is #86DEF0. Grayscale: #393939. Windows color (decimal): -8838897 or 991609. OLE color: 991609.

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

Color convert

RGB1213315-
CMYK00.730.880.53
HSL10.19º77.94%26.67%-
HSV(B)10.19º87.6%47.45%-
XYZ8.525.191-
YUV57.26104.15173.46-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 71.60%
GREEN value IS 33 (13.28% from 255) = 19.53%
BLUE value IS 15 (6.25% from 255) = 8.88%
R=71.60%
G=19.53%
B=8.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121331500.730.880.5310.1977.9426.67
Hex7921F0495835a4e1b
Octal17141170111130651211633
Binary111100110000111110100100110110001101011010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79210F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79210F; }

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

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

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

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

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

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

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

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