#8A2115

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

Shades of Falu Red #8A2115

Tints of Falu Red #8A2115

Color information

#8A2115 (or 0x8A2115) is unknown color: approx Falu Red. HEX triplet: 8A, 21 and 15. RGB value is (138,33,21). Sum of RGB (Red+Green+Blue) = 138+33+21=192 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.88% from 192); Green value is 33 (13.28% from 255 or 17.19% from 192); Blue value is 21 (8.59% from 255 or 10.94% from 192); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2115 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2115 is #75DEEA. Grayscale: #3F3F3F. Windows color (decimal): -7724779 or 1384842. OLE color: 1384842.

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

Color convert

RGB1383321-
CMYK00.760.850.46
HSL6.15º73.58%31.18%-
HSV(B)6.15º84.78%54.12%-
XYZ11.166.551.38-
YUV63.03104.29181.48-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 71.88%
GREEN value IS 33 (13.28% from 255) = 17.19%
BLUE value IS 21 (8.59% from 255) = 10.94%
R=71.88%
G=17.19%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138332100.760.850.466.1573.5831.18
Hex8A211504C552E64a1f
Octal2124125011412556611237
Binary1000101010000110101010011001010101101110110100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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