#8A1F0C

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

Shades of Falu Red #8A1F0C

Tints of Falu Red #8A1F0C

Color information

#8A1F0C (or 0x8A1F0C) is unknown color: approx Falu Red. HEX triplet: 8A, 1F and 0C. RGB value is (138,31,12). Sum of RGB (Red+Green+Blue) = 138+31+12=181 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.24% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 12 (5.08% from 255 or 6.63% from 181); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1F0C is #75E0F3. Grayscale: #3D3D3D. Windows color (decimal): -7725300 or 794506. OLE color: 794506.

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

Color convert

RGB1383112-
CMYK00.780.910.46
HSL9.05º84%29.41%-
HSV(B)9.05º91.3%54.12%-
XYZ11.046.411-
YUV60.83100.45183.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 76.24%
GREEN value IS 31 (12.5% from 255) = 17.13%
BLUE value IS 12 (5.08% from 255) = 6.63%
R=76.24%
G=17.13%
B=6.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138311200.780.910.469.058429.41
Hex8A1FC04E5B2E9541d
Octal21237140116133561112435
Binary100010101111111000100111010110111011101001101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,31,12); }

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

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

 a { background-color: rgb(138,31,12); }

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

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

 span { border-color: rgb(138,31,12); }

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