#8D1312

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

Shades of Falu Red #8D1312

Tints of Falu Red #8D1312

Color information

#8D1312 (or 0x8D1312) is unknown color: approx Falu Red. HEX triplet: 8D, 13 and 12. RGB value is (141,19,18). Sum of RGB (Red+Green+Blue) = 141+19+18=178 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.21% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D1312 is #72ECED. Grayscale: #373737. Windows color (decimal): -7531758 or 1184653. OLE color: 1184653.

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

Color convert

RGB1411918-
CMYK00.870.870.45
HSL0.49º77.36%31.18%-
HSV(B)0.49º87.23%55.29%-
XYZ11.336.171.17-
YUV55.36106.92189.08-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 79.21%
GREEN value IS 19 (7.81% from 255) = 10.67%
BLUE value IS 18 (7.42% from 255) = 10.11%
R=79.21%
G=10.67%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141191800.870.870.450.4977.3631.18
Hex8D1312057572D04d1f
Octal2152322012712755011537
Binary1000110110011100100101011110101111011010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,19,18); }

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

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

 a { background-color: rgb(141,19,18); }

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

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

 span { border-color: rgb(141,19,18); }

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