#8A2403

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

Shades of Falu Red #8A2403

Tints of Falu Red #8A2403

Color information

#8A2403 (or 0x8A2403) is unknown color: approx Falu Red. HEX triplet: 8A, 24 and 03. RGB value is (138,36,3). Sum of RGB (Red+Green+Blue) = 138+36+3=177 (23% of max value = 765). Red value is 138 (54.30% from 255 or 77.97% from 177); Green value is 36 (14.45% from 255 or 20.34% from 177); Blue value is 3 (1.56% from 255 or 1.69% from 177); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2403 is #75DBFC. Grayscale: #3E3E3E. Windows color (decimal): -7724029 or 205962. OLE color: 205962.

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

Color convert

RGB138363-
CMYK00.740.980.46
HSL14.67º95.74%27.65%-
HSV(B)14.67º97.83%54.12%-
XYZ11.136.670.79-
YUV62.7494.29181.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 77.97%
GREEN value IS 36 (14.45% from 255) = 20.34%
BLUE value IS 3 (1.56% from 255) = 1.69%
R=77.97%
G=20.34%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.98
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13836300.740.980.4614.6795.7427.65
Hex8A24304A622Ef601c
Octal2124430112142561714034
Binary10001010100100110100101011000101011101111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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