#8A160C

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

Shades of Falu Red #8A160C

Tints of Falu Red #8A160C

Color information

#8A160C (or 0x8A160C) is unknown color: approx Falu Red. HEX triplet: 8A, 16 and 0C. RGB value is (138,22,12). Sum of RGB (Red+Green+Blue) = 138+22+12=172 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.23% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 12 (5.08% from 255 or 6.98% from 172); Max value from RGB is 138 - color contains mainly: red. Hex color #8A160C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A160C is #75E9F3. Grayscale: #373737. Windows color (decimal): -7727604 or 792202. OLE color: 792202.

HSL color Cylindrical-coordinate representation of color #8A160C: hue angle of 4.76º 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 #8A160C is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB1382212-
CMYK00.840.910.46
HSL4.76º84%29.41%-
HSV(B)4.76º91.3%54.12%-
XYZ10.8360.94-
YUV55.54103.43186.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 80.23%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 12 (5.08% from 255) = 6.98%
R=80.23%
G=12.79%
B=6.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138221200.840.910.464.768429.41
Hex8A16C0545B2E5541d
Octal2122614012413356512435
Binary10001010101101100010101001011011101110101101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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