#81270D

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

Shades of Falu Red #81270D

Tints of Falu Red #81270D

Color information

#81270D (or 0x81270D) is unknown color: approx Falu Red. HEX triplet: 81, 27 and 0D. RGB value is (129,39,13). Sum of RGB (Red+Green+Blue) = 129+39+13=181 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.27% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 13 (5.47% from 255 or 7.18% from 181); Max value from RGB is 129 - color contains mainly: red. Hex color #81270D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81270D is #7ED8F2. Grayscale: #3F3F3F. Windows color (decimal): -8313075 or 862081. OLE color: 862081.

HSL color Cylindrical-coordinate representation of color #81270D: hue angle of 13.45º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #81270D is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1293913-
CMYK00.700.900.49
HSL13.45º81.69%27.84%-
HSV(B)13.45º89.92%50.59%-
XYZ9.856.151.05-
YUV62.9599.82175.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.27%
GREEN value IS 39 (15.62% from 255) = 21.55%
BLUE value IS 13 (5.47% from 255) = 7.18%
R=71.27%
G=21.55%
B=7.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129391300.700.900.4913.4581.6927.84
Hex8127D0465A31d521c
Octal20147150106132611512234
Binary1000000110011111010100011010110101100011101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81270D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81270D; }

 p { color: rgb(129,39,13); }

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

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

 a { background-color: rgb(129,39,13); }

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

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

 span { border-color: rgb(129,39,13); }

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