#7F2614

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

Shades of Falu Red #7F2614

Tints of Falu Red #7F2614

Color information

#7F2614 (or 0x7F2614) is unknown color: approx Falu Red. HEX triplet: 7F, 26 and 14. RGB value is (127,38,20). Sum of RGB (Red+Green+Blue) = 127+38+20=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2614 is #80D9EB. Grayscale: #3E3E3E. Windows color (decimal): -8444396 or 1320575. OLE color: 1320575.

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

Color convert

RGB1273820-
CMYK00.700.840.50
HSL10.09º72.79%28.82%-
HSV(B)10.09º84.25%49.8%-
XYZ9.575.951.31-
YUV62.56103.99173.96-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 68.65%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 20 (8.20% from 255) = 10.81%
R=68.65%
G=20.54%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127382000.700.840.5010.0972.7928.82
Hex7F26140465432a491d
Octal17746240106124621211135
Binary1111111100110101000100011010101001100101010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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