#8A2408

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

Shades of Falu Red #8A2408

Tints of Falu Red #8A2408

Color information

#8A2408 (or 0x8A2408) is unknown color: approx Falu Red. HEX triplet: 8A, 24 and 08. RGB value is (138,36,8). Sum of RGB (Red+Green+Blue) = 138+36+8=182 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.82% from 182); Green value is 36 (14.45% from 255 or 19.78% from 182); Blue value is 8 (3.52% from 255 or 4.40% from 182); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2408 is #75DBF7. Grayscale: #3F3F3F. Windows color (decimal): -7724024 or 533642. OLE color: 533642.

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

Color convert

RGB138368-
CMYK00.740.940.46
HSL12.92º89.04%28.63%-
HSV(B)12.92º94.2%54.12%-
XYZ11.166.680.93-
YUV63.3196.79181.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75.82%
GREEN value IS 36 (14.45% from 255) = 19.78%
BLUE value IS 8 (3.52% from 255) = 4.40%
R=75.82%
G=19.78%
B=4.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13836800.740.940.4612.9289.0428.63
Hex8A24804A5E2Ed591d
Octal21244100112136561513135
Binary1000101010010010000100101010111101011101101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,36,8); }

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

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

 a { background-color: rgb(138,36,8); }

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

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

 span { border-color: rgb(138,36,8); }

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