#8D1A02

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

Shades of Falu Red #8D1A02

Tints of Falu Red #8D1A02

Color information

#8D1A02 (or 0x8D1A02) is unknown color: approx Falu Red. HEX triplet: 8D, 1A and 02. RGB value is (141,26,2). Sum of RGB (Red+Green+Blue) = 141+26+2=169 (22% of max value = 765). Red value is 141 (55.47% from 255 or 83.43% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 141 - color contains mainly: red. Hex color #8D1A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D1A02 is #72E5FD. Grayscale: #393939. Windows color (decimal): -7529982 or 137869. OLE color: 137869.

HSL color Cylindrical-coordinate representation of color #8D1A02: hue angle of 10.36º 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 #8D1A02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.45.

Color convert

RGB141262-
CMYK00.820.990.45
HSL10.36º97.2%28.04%-
HSV(B)10.36º98.58%55.29%-
XYZ11.366.410.69-
YUV57.6596.6187.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 83.43%
GREEN value IS 26 (10.55% from 255) = 15.38%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=83.43%
G=15.38%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14126200.820.990.4510.3697.228.04
Hex8D1A2052632Da611c
Octal2153220122143551214134
Binary1000110111010100101001011000111011011010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D1A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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