#80210C

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

Shades of Falu Red #80210C

Tints of Falu Red #80210C

Color information

#80210C (or 0x80210C) is unknown color: approx Falu Red. HEX triplet: 80, 21 and 0C. RGB value is (128,33,12). Sum of RGB (Red+Green+Blue) = 128+33+12=173 (22% of max value = 765). Red value is 128 (50.39% from 255 or 73.99% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 128 - color contains mainly: red. Hex color #80210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #80210C is #7FDEF3. Grayscale: #3B3B3B. Windows color (decimal): -8380148 or 795008. OLE color: 795008.

HSL color Cylindrical-coordinate representation of color #80210C: hue angle of 10.86º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #80210C is Cyan = 0, Magento = 0.74, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB1283312-
CMYK00.740.910.50
HSL10.86º82.86%27.45%-
HSV(B)10.86º90.62%50.2%-
XYZ9.515.70.95-
YUV59.01101.47177.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 73.99%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 12 (5.08% from 255) = 6.94%
R=73.99%
G=19.08%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128331200.740.910.5010.8682.8627.45
Hex8021C04A5B32b531b
Octal20041140112133621312333
Binary1000000010000111000100101010110111100101011101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80210C; }

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

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

<style>
 a { background-color: #80210C; }

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

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

<style>
 span { border-color: #80210C; }

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

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