#7F170D

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

Shades of Falu Red #7F170D

Tints of Falu Red #7F170D

Color information

#7F170D (or 0x7F170D) is unknown color: approx Falu Red. HEX triplet: 7F, 17 and 0D. RGB value is (127,23,13). Sum of RGB (Red+Green+Blue) = 127+23+13=163 (21% of max value = 765). Red value is 127 (50% from 255 or 77.91% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 127 - color contains mainly: red. Hex color #7F170D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #7F170D is #80E8F2. Grayscale: #353535. Windows color (decimal): -8448243 or 857983. OLE color: 857983.

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

Color convert

RGB1272313-
CMYK00.820.900.50
HSL5.26º81.43%27.45%-
HSV(B)5.26º89.76%49.8%-
XYZ9.135.150.89-
YUV52.96105.46180.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 77.91%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 13 (5.47% from 255) = 7.98%
R=77.91%
G=14.11%
B=7.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127231300.820.900.505.2681.4327.45
Hex7F17D0525A325511b
Octal1772715012213262512133
Binary1111111101111101010100101011010110010101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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