#8A1C10

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

Shades of Falu Red #8A1C10

Tints of Falu Red #8A1C10

Color information

#8A1C10 (or 0x8A1C10) is unknown color: approx Falu Red. HEX triplet: 8A, 1C and 10. RGB value is (138,28,16). Sum of RGB (Red+Green+Blue) = 138+28+16=182 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.82% from 182); Green value is 28 (11.33% from 255 or 15.38% from 182); Blue value is 16 (6.64% from 255 or 8.79% from 182); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1C10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1C10 is #75E3EF. Grayscale: #3B3B3B. Windows color (decimal): -7726064 or 1055882. OLE color: 1055882.

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

Color convert

RGB1382816-
CMYK00.800.880.46
HSL5.9º79.22%30.2%-
HSV(B)5.9º88.41%54.12%-
XYZ10.996.271.12-
YUV59.52103.44183.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75.82%
GREEN value IS 28 (11.33% from 255) = 15.38%
BLUE value IS 16 (6.64% from 255) = 8.79%
R=75.82%
G=15.38%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138281600.800.880.465.979.2230.2
Hex8A1C10050582E64f1e
Octal2123420012013056611736
Binary100010101110010000010100001011000101110110100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,28,16); }

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

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

 a { background-color: rgb(138,28,16); }

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

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

 span { border-color: rgb(138,28,16); }

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