#8A150F

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

Shades of Falu Red #8A150F

Tints of Falu Red #8A150F

Color information

#8A150F (or 0x8A150F) is unknown color: approx Falu Red. HEX triplet: 8A, 15 and 0F. RGB value is (138,21,15). Sum of RGB (Red+Green+Blue) = 138+21+15=174 (23% of max value = 765). Red value is 138 (54.30% from 255 or 79.31% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 138 - color contains mainly: red. Hex color #8A150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A150F is #75EAF0. Grayscale: #373737. Windows color (decimal): -7727857 or 988554. OLE color: 988554.

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

Color convert

RGB1382115-
CMYK00.850.890.46
HSL2.93º80.39%30%-
HSV(B)2.93º89.13%54.12%-
XYZ10.845.971.03-
YUV55.3105.26186.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 79.31%
GREEN value IS 21 (8.59% from 255) = 12.07%
BLUE value IS 15 (6.25% from 255) = 8.62%
R=79.31%
G=12.07%
B=8.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138211500.850.890.462.9380.3930
Hex8A15F055592E3501e
Octal2122517012513156312036
Binary1000101010101111101010101101100110111011101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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