#7f1d0c

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

Shades of Falu Red #7F1D0C

Tints of Falu Red #7F1D0C

Color information

#7F1D0C (or 0x7F1D0C) is unknown color: approx Falu Red. HEX triplet: 7F, 1D and 0C. RGB value is (127,29,12). Sum of RGB (Red+Green+Blue) = 127+29+12=168 (22% of max value = 765). Red value is 127 (50% from 255 or 75.60% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F1D0C is #80E2F3. Grayscale: #383838. Windows color (decimal): -8446708 or 793983. OLE color: 793983.

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

Color convert

RGB1272912-
CMYK00.770.910.50
HSL8.87º82.73%27.25%-
HSV(B)8.87º90.55%49.8%-
XYZ9.265.420.91-
YUV56.36102.97178.38-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 75.60%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 12 (5.08% from 255) = 7.14%
R=75.60%
G=17.26%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127291200.770.910.508.8782.7327.25
Hex7F1DC04D5B329531b
Octal17735140115133621112333
Binary11111111110111000100110110110111100101001101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f1d0c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,29,12); }

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

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

 a { background-color: rgb(127,29,12); }

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

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

 span { border-color: rgb(127,29,12); }

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