#8D1D09

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

Shades of Falu Red #8D1D09

Tints of Falu Red #8D1D09

Color information

#8D1D09 (or 0x8D1D09) is unknown color: approx Falu Red. HEX triplet: 8D, 1D and 09. RGB value is (141,29,9). Sum of RGB (Red+Green+Blue) = 141+29+9=179 (23% of max value = 765). Red value is 141 (55.47% from 255 or 78.77% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1D09 is #72E2F6. Grayscale: #3C3C3C. Windows color (decimal): -7529207 or 597389. OLE color: 597389.

HSL color Cylindrical-coordinate representation of color #8D1D09: hue angle of 9.09º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D1D09 is Cyan = 0, Magento = 0.79, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB141299-
CMYK00.790.940.45
HSL9.09º88%29.41%-
HSV(B)9.09º93.62%55.29%-
XYZ11.476.560.92-
YUV60.2199.11185.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 78.77%
GREEN value IS 29 (11.72% from 255) = 16.20%
BLUE value IS 9 (3.91% from 255) = 5.03%
R=78.77%
G=16.20%
B=5.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14129900.790.940.459.098829.41
Hex8D1D904F5E2D9581d
Octal21535110117136551113035
Binary100011011110110010100111110111101011011001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D1D09; }

 p { color: rgb(141,29,9); }

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

<style>
 a { background-color: #8D1D09; }

 a { background-color: rgb(141,29,9); }

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

<style>
 span { border-color: #8D1D09; }

 span { border-color: rgb(141,29,9); }

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