#79280F

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

Shades of Falu Red #79280F

Tints of Falu Red #79280F

Color information

#79280F (or 0x79280F) is unknown color: approx Falu Red. HEX triplet: 79, 28 and 0F. RGB value is (121,40,15). Sum of RGB (Red+Green+Blue) = 121+40+15=176 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.75% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 121 - color contains mainly: red. Hex color #79280F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79280F is #86D7F0. Grayscale: #3D3D3D. Windows color (decimal): -8837105 or 993401. OLE color: 993401.

HSL color Cylindrical-coordinate representation of color #79280F: hue angle of 14.15º 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 #79280F is Cyan = 0, Magento = 0.67, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1214015-
CMYK00.670.880.53
HSL14.15º77.94%26.67%-
HSV(B)14.15º87.6%47.45%-
XYZ8.735.621.08-
YUV61.37101.84170.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 68.75%
GREEN value IS 40 (16.02% from 255) = 22.73%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=68.75%
G=22.73%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121401500.670.880.5314.1577.9426.67
Hex7928F0435835e4e1b
Octal17150170103130651611633
Binary111100110100011110100001110110001101011110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79280F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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