#802213

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

Shades of Falu Red #802213

Tints of Falu Red #802213

Color information

#802213 (or 0x802213) is unknown color: approx Falu Red. HEX triplet: 80, 22 and 13. RGB value is (128,34,19). Sum of RGB (Red+Green+Blue) = 128+34+19=181 (23% of max value = 765). Red value is 128 (50.39% from 255 or 70.72% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 19 (7.81% from 255 or 10.50% from 181); Max value from RGB is 128 - color contains mainly: red. Hex color #802213 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #802213 is #7FDDEC. Grayscale: #3C3C3C. Windows color (decimal): -8379885 or 1254016. OLE color: 1254016.

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

Color convert

RGB1283419-
CMYK00.730.850.50
HSL8.26º74.15%28.82%-
HSV(B)8.26º85.16%50.2%-
XYZ9.595.781.23-
YUV60.4104.64176.22-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 70.72%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 19 (7.81% from 255) = 10.50%
R=70.72%
G=18.78%
B=10.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128341900.730.850.508.2674.1528.82
Hex802213049553284a1d
Octal20042230111125621011235
Binary10000000100010100110100100110101011100101000100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #802213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #802213; }

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

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

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

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

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

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

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

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