#8A210C

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

Shades of Falu Red #8A210C

Tints of Falu Red #8A210C

Color information

#8A210C (or 0x8A210C) is unknown color: approx Falu Red. HEX triplet: 8A, 21 and 0C. RGB value is (138,33,12). Sum of RGB (Red+Green+Blue) = 138+33+12=183 (24% of max value = 765). Red value is 138 (54.30% from 255 or 75.41% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 12 (5.08% from 255 or 6.56% from 183); Max value from RGB is 138 - color contains mainly: red. Hex color #8A210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8A210C is #75DEF3. Grayscale: #3E3E3E. Windows color (decimal): -7724788 or 795018. OLE color: 795018.

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

Color convert

RGB1383312-
CMYK00.760.910.46
HSL10º84%29.41%-
HSV(B)10º91.3%54.12%-
XYZ11.096.521.02-
YUV6299.79182.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 75.41%
GREEN value IS 33 (13.28% from 255) = 18.03%
BLUE value IS 12 (5.08% from 255) = 6.56%
R=75.41%
G=18.03%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.91
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138331200.760.910.46108429.41
Hex8A21C04C5B2Ea541d
Octal21241140114133561212435
Binary1000101010000111000100110010110111011101010101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,33,12); }

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

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

 a { background-color: rgb(138,33,12); }

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

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

 span { border-color: rgb(138,33,12); }

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