#7F2214

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

Shades of Falu Red #7F2214

Tints of Falu Red #7F2214

Color information

#7F2214 (or 0x7F2214) is unknown color: approx Falu Red. HEX triplet: 7F, 22 and 14. RGB value is (127,34,20). Sum of RGB (Red+Green+Blue) = 127+34+20=181 (23% of max value = 765). Red value is 127 (50% from 255 or 70.17% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 20 (8.20% from 255 or 11.05% from 181); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2214 is #80DDEB. Grayscale: #3C3C3C. Windows color (decimal): -8445420 or 1319551. OLE color: 1319551.

HSL color Cylindrical-coordinate representation of color #7F2214: hue angle of 7.85º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F2214 is Cyan = 0, Magento = 0.73, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1273420-
CMYK00.730.840.50
HSL7.85º72.79%28.82%-
HSV(B)7.85º84.25%49.8%-
XYZ9.455.711.27-
YUV60.21105.31175.64-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 70.17%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 20 (8.20% from 255) = 11.05%
R=70.17%
G=18.78%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127342000.730.840.507.8572.7928.82
Hex7F221404954328491d
Octal17742240111124621011135
Binary1111111100010101000100100110101001100101000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F2214; }

 p { color: rgb(127,34,20); }

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

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

 a { background-color: rgb(127,34,20); }

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

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

 span { border-color: rgb(127,34,20); }

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