#7F1916

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

Shades of Falu Red #7F1916

Tints of Falu Red #7F1916

Color information

#7F1916 (or 0x7F1916) is unknown color: approx Falu Red. HEX triplet: 7F, 19 and 16. RGB value is (127,25,22). Sum of RGB (Red+Green+Blue) = 127+25+22=174 (23% of max value = 765). Red value is 127 (50% from 255 or 72.99% from 174); Green value is 25 (10.16% from 255 or 14.37% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1916 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F1916 is #80E6E9. Grayscale: #373737. Windows color (decimal): -8447722 or 1448319. OLE color: 1448319.

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

Color convert

RGB1272522-
CMYK00.800.830.50
HSL1.71º70.47%29.22%-
HSV(B)1.71º82.68%49.8%-
XYZ9.245.271.29-
YUV55.16109.29179.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 72.99%
GREEN value IS 25 (10.16% from 255) = 14.37%
BLUE value IS 22 (8.98% from 255) = 12.64%
R=72.99%
G=14.37%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127252200.800.830.501.7170.4729.22
Hex7F191605053322461d
Octal1773126012012362210635
Binary1111111110011011001010000101001111001010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,25,22); }

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

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

 a { background-color: rgb(127,25,22); }

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

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

 span { border-color: rgb(127,25,22); }

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