#811514

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

Shades of Falu Red #811514

Tints of Falu Red #811514

Color information

#811514 (or 0x811514) is unknown color: approx Falu Red. HEX triplet: 81, 15 and 14. RGB value is (129,21,20). Sum of RGB (Red+Green+Blue) = 129+21+20=170 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.88% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 20 (8.20% from 255 or 11.76% from 170); Max value from RGB is 129 - color contains mainly: red. Hex color #811514 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #811514 is #7EEAEB. Grayscale: #353535. Windows color (decimal): -8317676 or 1316225. OLE color: 1316225.

HSL color Cylindrical-coordinate representation of color #811514: hue angle of 0.55º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #811514 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB1292120-
CMYK00.840.840.49
HSL0.55º73.15%29.22%-
HSV(B)0.55º84.5%50.59%-
XYZ9.455.251.18-
YUV53.18109.28182.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 75.88%
GREEN value IS 21 (8.59% from 255) = 12.35%
BLUE value IS 20 (8.20% from 255) = 11.76%
R=75.88%
G=12.35%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.84
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129212000.840.840.490.5573.1529.22
Hex81151405454311491d
Octal2012524012412461111135
Binary1000000110101101000101010010101001100011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #811514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #811514; }

 p { color: rgb(129,21,20); }

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

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

 a { background-color: rgb(129,21,20); }

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

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

 span { border-color: rgb(129,21,20); }

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