#7F1504

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

Shades of Falu Red #7F1504

Tints of Falu Red #7F1504

Color information

#7F1504 (or 0x7F1504) is unknown color: approx Falu Red. HEX triplet: 7F, 15 and 04. RGB value is (127,21,4). Sum of RGB (Red+Green+Blue) = 127+21+4=152 (20% of max value = 765). Red value is 127 (50% from 255 or 83.55% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1504 is #80EAFB. Grayscale: #323232. Windows color (decimal): -8448764 or 267647. OLE color: 267647.

HSL color Cylindrical-coordinate representation of color #7F1504: hue angle of 8.29º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F1504 is Cyan = 0, Magento = 0.83, Yellow = 0.97 and Black (K on CMYK) = 0.50.

Color convert

RGB127214-
CMYK00.830.970.50
HSL8.29º93.89%25.69%-
HSV(B)8.29º96.85%49.8%-
XYZ9.045.060.61-
YUV50.76101.62182.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 83.55%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=83.55%
G=13.82%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.97
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12721400.830.970.508.2993.8925.69
Hex7F154053613285e1a
Octal1772540123141621013632
Binary1111111101011000101001111000011100101000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,21,4); }

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

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

 a { background-color: rgb(127,21,4); }

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

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

 span { border-color: rgb(127,21,4); }

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