#8D1C02

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

Shades of Falu Red #8D1C02

Tints of Falu Red #8D1C02

Color information

#8D1C02 (or 0x8D1C02) is unknown color: approx Falu Red. HEX triplet: 8D, 1C and 02. RGB value is (141,28,2). Sum of RGB (Red+Green+Blue) = 141+28+2=171 (22% of max value = 765). Red value is 141 (55.47% from 255 or 82.46% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1C02 is #72E3FD. Grayscale: #3B3B3B. Windows color (decimal): -7529470 or 138381. OLE color: 138381.

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

Color convert

RGB141282-
CMYK00.800.990.45
HSL11.22º97.2%28.04%-
HSV(B)11.22º98.58%55.29%-
XYZ11.416.50.71-
YUV58.8295.94186.61-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 82.46%
GREEN value IS 28 (11.33% from 255) = 16.37%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=82.46%
G=16.37%
B=1.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14128200.800.990.4511.2297.228.04
Hex8D1C2050632Db611c
Octal2153420120143551314134
Binary1000110111100100101000011000111011011011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,28,2); }

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

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

 a { background-color: rgb(141,28,2); }

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

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

 span { border-color: rgb(141,28,2); }

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