#81260C

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

Shades of Falu Red #81260C

Tints of Falu Red #81260C

Color information

#81260C (or 0x81260C) is unknown color: approx Falu Red. HEX triplet: 81, 26 and 0C. RGB value is (129,38,12). Sum of RGB (Red+Green+Blue) = 129+38+12=179 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.07% from 179); Green value is 38 (15.23% from 255 or 21.23% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 129 - color contains mainly: red. Hex color #81260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81260C is #7ED9F3. Grayscale: #3E3E3E. Windows color (decimal): -8313332 or 796289. OLE color: 796289.

HSL color Cylindrical-coordinate representation of color #81260C: hue angle of 13.33º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81260C is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1293812-
CMYK00.710.910.49
HSL13.33º82.98%27.65%-
HSV(B)13.33º90.7%50.59%-
XYZ9.816.081-
YUV62.2499.65175.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.07%
GREEN value IS 38 (15.23% from 255) = 21.23%
BLUE value IS 12 (5.08% from 255) = 6.70%
R=72.07%
G=21.23%
B=6.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129381200.710.910.4913.3382.9827.65
Hex8126C0475B31d531c
Octal20146140107133611512334
Binary1000000110011011000100011110110111100011101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81260C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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