#8A260A

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

Shades of Falu Red #8A260A

Tints of Falu Red #8A260A

Color information

#8A260A (or 0x8A260A) is unknown color: approx Falu Red. HEX triplet: 8A, 26 and 0A. RGB value is (138,38,10). Sum of RGB (Red+Green+Blue) = 138+38+10=186 (24% of max value = 765). Red value is 138 (54.30% from 255 or 74.19% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 138 - color contains mainly: red. Hex color #8A260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A260A is #75D9F5. Grayscale: #404040. Windows color (decimal): -7723510 or 665226. OLE color: 665226.

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

Color convert

RGB1383810-
CMYK00.720.930.46
HSL13.12º86.49%29.02%-
HSV(B)13.12º92.75%54.12%-
XYZ11.236.811.01-
YUV64.7197.13180.28-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 74.19%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 10 (4.30% from 255) = 5.38%
R=74.19%
G=20.43%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.93
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138381000.720.930.4613.1286.4929.02
Hex8A26A0485D2Ed561d
Octal21246120110135561512635
Binary1000101010011010100100100010111011011101101101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A260A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,38,10); }

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

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

 a { background-color: rgb(138,38,10); }

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

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

 span { border-color: rgb(138,38,10); }

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