#7F2715

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

Shades of Falu Red #7F2715

Tints of Falu Red #7F2715

Color information

#7F2715 (or 0x7F2715) is unknown color: approx Falu Red. HEX triplet: 7F, 27 and 15. RGB value is (127,39,21). Sum of RGB (Red+Green+Blue) = 127+39+21=187 (24% of max value = 765). Red value is 127 (50% from 255 or 67.91% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 21 (8.59% from 255 or 11.23% from 187); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2715 is #80D8EA. Grayscale: #3F3F3F. Windows color (decimal): -8444139 or 1386367. OLE color: 1386367.

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

Color convert

RGB1273921-
CMYK00.690.830.50
HSL10.19º71.62%29.02%-
HSV(B)10.19º83.46%49.8%-
XYZ9.616.021.36-
YUV63.26104.15173.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 67.91%
GREEN value IS 39 (15.62% from 255) = 20.86%
BLUE value IS 21 (8.59% from 255) = 11.23%
R=67.91%
G=20.86%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127392100.690.830.5010.1971.6229.02
Hex7F27150455332a481d
Octal17747250105123621211035
Binary1111111100111101010100010110100111100101010100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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