#8D2405

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

Shades of Falu Red #8D2405

Tints of Falu Red #8D2405

Color information

#8D2405 (or 0x8D2405) is unknown color: approx Falu Red. HEX triplet: 8D, 24 and 05. RGB value is (141,36,5). Sum of RGB (Red+Green+Blue) = 141+36+5=182 (24% of max value = 765). Red value is 141 (55.47% from 255 or 77.47% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 5 (2.34% from 255 or 2.75% from 182); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2405 is #72DBFA. Grayscale: #404040. Windows color (decimal): -7527419 or 337037. OLE color: 337037.

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

Color convert

RGB141365-
CMYK00.740.960.45
HSL13.68º93.15%28.63%-
HSV(B)13.68º96.45%55.29%-
XYZ11.646.940.87-
YUV63.8694.79183.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 77.47%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 5 (2.34% from 255) = 2.75%
R=77.47%
G=19.78%
B=2.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14136500.740.960.4513.6893.1528.63
Hex8D24504A602De5d1d
Octal2154450112140551613535
Binary100011011001001010100101011000001011011110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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