#79270E

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

Shades of Falu Red #79270E

Tints of Falu Red #79270E

Color information

#79270E (or 0x79270E) is unknown color: approx Falu Red. HEX triplet: 79, 27 and 0E. RGB value is (121,39,14). Sum of RGB (Red+Green+Blue) = 121+39+14=174 (23% of max value = 765). Red value is 121 (47.66% from 255 or 69.54% from 174); Green value is 39 (15.62% from 255 or 22.41% from 174); Blue value is 14 (5.86% from 255 or 8.05% from 174); Max value from RGB is 121 - color contains mainly: red. Hex color #79270E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #79270E is #86D8F1. Grayscale: #3C3C3C. Windows color (decimal): -8837362 or 927609. OLE color: 927609.

HSL color Cylindrical-coordinate representation of color #79270E: hue angle of 14.02º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #79270E is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.53.

Color convert

RGB1213914-
CMYK00.680.880.53
HSL14.02º79.26%26.47%-
HSV(B)14.02º88.43%47.45%-
XYZ8.695.551.03-
YUV60.67101.67171.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 69.54%
GREEN value IS 39 (15.62% from 255) = 22.41%
BLUE value IS 14 (5.86% from 255) = 8.05%
R=69.54%
G=22.41%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121391400.680.880.5314.0279.2626.47
Hex7927E0445835e4f1a
Octal17147160104130651611732
Binary111100110011111100100010010110001101011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79270E; }

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

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

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

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

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

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

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

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