#8A150D

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

Shades of Falu Red #8A150D

Tints of Falu Red #8A150D

Color information

#8A150D (or 0x8A150D) is unknown color: approx Falu Red. HEX triplet: 8A, 15 and 0D. RGB value is (138,21,13). Sum of RGB (Red+Green+Blue) = 138+21+13=172 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.23% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 138 - color contains mainly: red. Hex color #8A150D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A150D is #75EAF2. Grayscale: #373737. Windows color (decimal): -7727859 or 857482. OLE color: 857482.

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

Color convert

RGB1382113-
CMYK00.850.910.46
HSL3.84º82.78%29.61%-
HSV(B)3.84º90.58%54.12%-
XYZ10.825.970.96-
YUV55.07104.26187.15-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 80.23%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 13 (5.47% from 255) = 7.56%
R=80.23%
G=12.21%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138211300.850.910.463.8482.7829.61
Hex8A15D0555B2E4531e
Octal2122515012513356412336
Binary10001010101011101010101011011011101110100101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A150D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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