#7F2215

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

Shades of Falu Red #7F2215

Tints of Falu Red #7F2215

Color information

#7F2215 (or 0x7F2215) is unknown color: approx Falu Red. HEX triplet: 7F, 22 and 15. RGB value is (127,34,21). Sum of RGB (Red+Green+Blue) = 127+34+21=182 (24% of max value = 765). Red value is 127 (50% from 255 or 69.78% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 21 (8.59% from 255 or 11.54% from 182); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2215 is #80DDEA. Grayscale: #3C3C3C. Windows color (decimal): -8445419 or 1385087. OLE color: 1385087.

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

Color convert

RGB1273421-
CMYK00.730.830.50
HSL7.36º71.62%29.02%-
HSV(B)7.36º83.46%49.8%-
XYZ9.465.711.31-
YUV60.32105.81175.56-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 69.78%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 21 (8.59% from 255) = 11.54%
R=69.78%
G=18.68%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127342100.730.830.507.3671.6229.02
Hex7F221504953327481d
Octal1774225011112362711035
Binary111111110001010101010010011010011110010111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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