#7F150D

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

Shades of Falu Red #7F150D

Tints of Falu Red #7F150D

Color information

#7F150D (or 0x7F150D) is unknown color: approx Falu Red. HEX triplet: 7F, 15 and 0D. RGB value is (127,21,13). Sum of RGB (Red+Green+Blue) = 127+21+13=161 (21% of max value = 765). Red value is 127 (50% from 255 or 78.88% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 127 - color contains mainly: red. Hex color #7F150D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F150D is #80EAF2. Grayscale: #333333. Windows color (decimal): -8448755 or 857471. OLE color: 857471.

HSL color Cylindrical-coordinate representation of color #7F150D: hue angle of 4.21º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F150D is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.50.

Color convert

RGB1272113-
CMYK00.830.900.50
HSL4.21º81.43%27.45%-
HSV(B)4.21º89.76%49.8%-
XYZ9.095.080.88-
YUV51.78106.12181.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 78.88%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 13 (5.47% from 255) = 8.07%
R=78.88%
G=13.04%
B=8.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127211300.830.900.504.2181.4327.45
Hex7F15D0535A324511b
Octal1772515012313262412133
Binary1111111101011101010100111011010110010100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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