#81260D

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

Shades of Falu Red #81260D

Tints of Falu Red #81260D

Color information

#81260D (or 0x81260D) is unknown color: approx Falu Red. HEX triplet: 81, 26 and 0D. RGB value is (129,38,13). Sum of RGB (Red+Green+Blue) = 129+38+13=180 (23% of max value = 765). Red value is 129 (50.78% from 255 or 71.67% from 180); Green value is 38 (15.23% from 255 or 21.11% from 180); Blue value is 13 (5.47% from 255 or 7.22% from 180); Max value from RGB is 129 - color contains mainly: red. Hex color #81260D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81260D is #7ED9F2. Grayscale: #3E3E3E. Windows color (decimal): -8313331 or 861825. OLE color: 861825.

HSL color Cylindrical-coordinate representation of color #81260D: hue angle of 12.93º 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 #81260D is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB1293813-
CMYK00.710.900.49
HSL12.93º81.69%27.84%-
HSV(B)12.93º89.92%50.59%-
XYZ9.826.081.04-
YUV62.36100.15175.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 71.67%
GREEN value IS 38 (15.23% from 255) = 21.11%
BLUE value IS 13 (5.47% from 255) = 7.22%
R=71.67%
G=21.11%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.90
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129381300.710.900.4912.9381.6927.84
Hex8126D0475A31d521c
Octal20146150107132611512234
Binary1000000110011011010100011110110101100011101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81260D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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