#8A160D

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

Shades of Falu Red #8A160D

Tints of Falu Red #8A160D

Color information

#8A160D (or 0x8A160D) is unknown color: approx Falu Red. HEX triplet: 8A, 16 and 0D. RGB value is (138,22,13). Sum of RGB (Red+Green+Blue) = 138+22+13=173 (22% of max value = 765). Red value is 138 (54.30% from 255 or 79.77% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 138 - color contains mainly: red. Hex color #8A160D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A160D is #75E9F2. Grayscale: #373737. Windows color (decimal): -7727603 or 857738. OLE color: 857738.

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

Color convert

RGB1382213-
CMYK00.840.910.46
HSL4.32º82.78%29.61%-
HSV(B)4.32º90.58%54.12%-
XYZ10.846.010.97-
YUV55.66103.93186.73-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 79.77%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 13 (5.47% from 255) = 7.51%
R=79.77%
G=12.72%
B=7.51%

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
Decimal138221300.840.910.464.3282.7829.61
Hex8A16D0545B2E4531e
Octal2122615012413356412336
Binary10001010101101101010101001011011101110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A160D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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