#7f2714

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

Shades of Falu Red #7F2714

Tints of Falu Red #7F2714

Color information

#7F2714 (or 0x7F2714) is unknown color: approx Falu Red. HEX triplet: 7F, 27 and 14. RGB value is (127,39,20). Sum of RGB (Red+Green+Blue) = 127+39+20=186 (24% of max value = 765). Red value is 127 (50% from 255 or 68.28% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 20 (8.20% from 255 or 10.75% from 186); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2714 is #80D8EB. Grayscale: #3F3F3F. Windows color (decimal): -8444140 or 1320831. OLE color: 1320831.

HSL color Cylindrical-coordinate representation of color #7F2714: hue angle of 10.65º 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 #7F2714 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1273920-
CMYK00.690.840.50
HSL10.65º72.79%28.82%-
HSV(B)10.65º84.25%49.8%-
XYZ9.66.011.32-
YUV63.15103.65173.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 68.28%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 20 (8.20% from 255) = 10.75%
R=68.28%
G=20.97%
B=10.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127392000.690.840.5010.6572.7928.82
Hex7F27140455432b491d
Octal17747240105124621311135
Binary1111111100111101000100010110101001100101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f2714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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