#8A2000

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

Shades of Falu Red #8A2000

Tints of Falu Red #8A2000

Color information

#8A2000 (or 0x8A2000) is unknown color: approx Falu Red. HEX triplet: 8A, 20 and 00. RGB value is (138,32,0). Sum of RGB (Red+Green+Blue) = 138+32+0=170 (22% of max value = 765). Red value is 138 (54.30% from 255 or 81.18% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2000 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2000 is #75DFFF. Grayscale: #3C3C3C. Windows color (decimal): -7725056 or 8330. OLE color: 8330.

HSL color Cylindrical-coordinate representation of color #8A2000: hue angle of 13.91º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8A2000 is Cyan = 0, Magento = 0.77, Yellow = 1 and Black (K on CMYK) = 0.46.

Color convert

RGB138320-
CMYK00.7710.46
HSL13.91º100%27.06%-
HSV(B)13.91º100%54.12%-
XYZ116.440.66-
YUV60.0594.12183.6-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 81.18%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.18%
G=18.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 1
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13832000.7710.4613.9110027.06
Hex8A20004D642Ee641b
Octal2124000115144561614433
Binary1000101010000000100110111001001011101110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,32,0); }

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

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

 a { background-color: rgb(138,32,0); }

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

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

 span { border-color: rgb(138,32,0); }

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