#7F2218

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

Shades of Falu Red #7F2218

Tints of Falu Red #7F2218

Color information

#7F2218 (or 0x7F2218) is unknown color: approx Falu Red. HEX triplet: 7F, 22 and 18. RGB value is (127,34,24). Sum of RGB (Red+Green+Blue) = 127+34+24=185 (24% of max value = 765). Red value is 127 (50% from 255 or 68.65% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F2218 is #80DDE7. Grayscale: #3C3C3C. Windows color (decimal): -8445416 or 1581695. OLE color: 1581695.

HSL color Cylindrical-coordinate representation of color #7F2218: hue angle of 5.83º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F2218 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB1273424-
CMYK00.730.810.50
HSL5.83º68.21%29.61%-
HSV(B)5.83º81.1%49.8%-
XYZ9.495.721.47-
YUV60.67107.31175.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 68.65%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 24 (9.77% from 255) = 12.97%
R=68.65%
G=18.38%
B=12.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127342400.730.810.505.8368.2129.61
Hex7F221804951326441e
Octal1774230011112162610436
Binary111111110001011000010010011010001110010110100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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