#8D2407

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

Shades of Falu Red #8D2407

Tints of Falu Red #8D2407

Color information

#8D2407 (or 0x8D2407) is unknown color: approx Falu Red. HEX triplet: 8D, 24 and 07. RGB value is (141,36,7). Sum of RGB (Red+Green+Blue) = 141+36+7=184 (24% of max value = 765). Red value is 141 (55.47% from 255 or 76.63% from 184); Green value is 36 (14.45% from 255 or 19.57% from 184); Blue value is 7 (3.12% from 255 or 3.80% from 184); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2407 is #72DBF8. Grayscale: #404040. Windows color (decimal): -7527417 or 468109. OLE color: 468109.

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

Color convert

RGB141367-
CMYK00.740.950.45
HSL12.99º90.54%29.02%-
HSV(B)12.99º95.04%55.29%-
XYZ11.656.940.93-
YUV64.0995.79182.86-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 76.63%
GREEN value IS 36 (14.45% from 255) = 19.57%
BLUE value IS 7 (3.12% from 255) = 3.80%
R=76.63%
G=19.57%
B=3.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14136700.740.950.4512.9990.5429.02
Hex8D24704A5F2Dd5b1d
Octal2154470112137551513335
Binary100011011001001110100101010111111011011101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,36,7); }

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

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

 a { background-color: rgb(141,36,7); }

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

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

 span { border-color: rgb(141,36,7); }

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