#8A1B10

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

Shades of Falu Red #8A1B10

Tints of Falu Red #8A1B10

Color information

#8A1B10 (or 0x8A1B10) is unknown color: approx Falu Red. HEX triplet: 8A, 1B and 10. RGB value is (138,27,16). Sum of RGB (Red+Green+Blue) = 138+27+16=181 (23% of max value = 765). Red value is 138 (54.30% from 255 or 76.24% from 181); Green value is 27 (10.94% from 255 or 14.92% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1B10 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A1B10 is #75E4EF. Grayscale: #3B3B3B. Windows color (decimal): -7726320 or 1055626. OLE color: 1055626.

HSL color Cylindrical-coordinate representation of color #8A1B10: hue angle of 5.41º 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 #8A1B10 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.46.

Color convert

RGB1382716-
CMYK00.800.880.46
HSL5.41º79.22%30.2%-
HSV(B)5.41º88.41%54.12%-
XYZ10.976.221.11-
YUV58.93103.77184.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 76.24%
GREEN value IS 27 (10.94% from 255) = 14.92%
BLUE value IS 16 (6.64% from 255) = 8.84%
R=76.24%
G=14.92%
B=8.84%

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
Decimal138271600.800.880.465.4179.2230.2
Hex8A1B10050582E54f1e
Octal2123320012013056511736
Binary100010101101110000010100001011000101110101100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A1B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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