#8A2002

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

Shades of Falu Red #8A2002

Tints of Falu Red #8A2002

Color information

#8A2002 (or 0x8A2002) is unknown color: approx Falu Red. HEX triplet: 8A, 20 and 02. RGB value is (138,32,2). Sum of RGB (Red+Green+Blue) = 138+32+2=172 (22% of max value = 765). Red value is 138 (54.30% from 255 or 80.23% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2002 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A2002 is #75DFFD. Grayscale: #3C3C3C. Windows color (decimal): -7725054 or 139402. OLE color: 139402.

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

Color convert

RGB138322-
CMYK00.770.990.46
HSL13.24º97.14%27.45%-
HSV(B)13.24º98.55%54.12%-
XYZ11.016.440.72-
YUV60.2795.12183.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 80.23%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 2 (1.17% from 255) = 1.16%
R=80.23%
G=18.60%
B=1.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13832200.770.990.4613.2497.1427.45
Hex8A20204D632Ed611b
Octal2124020115143561514133
Binary10001010100000100100110111000111011101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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