#8A190C

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

Shades of Falu Red #8A190C

Tints of Falu Red #8A190C

Color information

#8A190C (or 0x8A190C) is unknown color: approx Falu Red. HEX triplet: 8A, 19 and 0C. RGB value is (138,25,12). Sum of RGB (Red+Green+Blue) = 138+25+12=175 (23% of max value = 765). Red value is 138 (54.30% from 255 or 78.86% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 12 (5.08% from 255 or 6.86% from 175); Max value from RGB is 138 - color contains mainly: red. Hex color #8A190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A190C is #75E6F3. Grayscale: #393939. Windows color (decimal): -7726836 or 792970. OLE color: 792970.

HSL color Cylindrical-coordinate representation of color #8A190C: hue angle of 6.19º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A190C is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1382512-
CMYK00.820.910.46
HSL6.19º84%29.41%-
HSV(B)6.19º91.3%54.12%-
XYZ10.96.130.96-
YUV57.3102.44185.56-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 78.86%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 12 (5.08% from 255) = 6.86%
R=78.86%
G=14.29%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138251200.820.910.466.198429.41
Hex8A19C0525B2E6541d
Octal2123114012213356612435
Binary10001010110011100010100101011011101110110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,25,12); }

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

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

 a { background-color: rgb(138,25,12); }

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

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

 span { border-color: rgb(138,25,12); }

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