#81221A

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

Shades of Falu Red #81221A

Tints of Falu Red #81221A

Color information

#81221A (or 0x81221A) is unknown color: approx Falu Red. HEX triplet: 81, 22 and 1A. RGB value is (129,34,26). Sum of RGB (Red+Green+Blue) = 129+34+26=189 (25% of max value = 765). Red value is 129 (50.78% from 255 or 68.25% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 129 - color contains mainly: red. Hex color #81221A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81221A is #7EDDE5. Grayscale: #3D3D3D. Windows color (decimal): -8314342 or 1712769. OLE color: 1712769.

HSL color Cylindrical-coordinate representation of color #81221A: hue angle of 4.66º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #81221A is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB1293426-
CMYK00.740.800.49
HSL4.66º66.45%30.39%-
HSV(B)4.66º79.84%50.59%-
XYZ9.815.891.6-
YUV61.49107.97176.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 68.25%
GREEN value IS 34 (13.67% from 255) = 17.99%
BLUE value IS 26 (10.55% from 255) = 13.76%
R=68.25%
G=17.99%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129342600.740.800.494.6666.4530.39
Hex81221A04A50315421e
Octal2014232011212061510236
Binary1000000110001011010010010101010000110001101100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81221A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81221A; }

 p { color: rgb(129,34,26); }

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

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

 a { background-color: rgb(129,34,26); }

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

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

 span { border-color: rgb(129,34,26); }

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