#802221

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

Shades of Falu Red #802221

Tints of Falu Red #802221

Color information

#802221 (or 0x802221) is unknown color: approx Falu Red. HEX triplet: 80, 22 and 21. RGB value is (128,34,33). Sum of RGB (Red+Green+Blue) = 128+34+33=195 (25% of max value = 765). Red value is 128 (50.39% from 255 or 65.64% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 33 (13.28% from 255 or 16.92% from 195); Max value from RGB is 128 - color contains mainly: red. Hex color #802221 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #802221 is #7FDDDE. Grayscale: #3E3E3E. Windows color (decimal): -8379871 or 2171520. OLE color: 2171520.

HSL color Cylindrical-coordinate representation of color #802221: hue angle of 0.63º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #802221 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.50.

Color convert

RGB1283433-
CMYK00.730.740.50
HSL0.63º59.01%31.57%-
HSV(B)0.63º74.22%50.2%-
XYZ9.755.842.05-
YUV61.99111.64175.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 65.64%
GREEN value IS 34 (13.67% from 255) = 17.44%
BLUE value IS 33 (13.28% from 255) = 16.92%
R=65.64%
G=17.44%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128343300.730.740.500.6359.0131.57
Hex8022210494A3213b20
Octal200424101111126217340
Binary100000001000101000010100100110010101100101111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802221; }

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

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

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

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

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

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

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

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