#8D2104

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

Shades of Falu Red #8D2104

Tints of Falu Red #8D2104

Color information

#8D2104 (or 0x8D2104) is unknown color: approx Falu Red. HEX triplet: 8D, 21 and 04. RGB value is (141,33,4). Sum of RGB (Red+Green+Blue) = 141+33+4=178 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.21% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 4 (1.95% from 255 or 2.25% from 178); Max value from RGB is 141 - color contains mainly: red. Hex color #8D2104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D2104 is #72DEFB. Grayscale: #3E3E3E. Windows color (decimal): -7528188 or 270733. OLE color: 270733.

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

Color convert

RGB141334-
CMYK00.770.970.45
HSL12.7º94.48%28.43%-
HSV(B)12.7º97.16%55.29%-
XYZ11.556.760.81-
YUV61.9995.28184.36-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 79.21%
GREEN value IS 33 (13.28% from 255) = 18.54%
BLUE value IS 4 (1.95% from 255) = 2.25%
R=79.21%
G=18.54%
B=2.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14133400.770.970.4512.794.4828.43
Hex8D21404D612Dd5e1c
Octal2154140115141551513634
Binary100011011000011000100110111000011011011101101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D2104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,33,4); }

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

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

 a { background-color: rgb(141,33,4); }

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

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

 span { border-color: rgb(141,33,4); }

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