#81260B

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

Shades of Falu Red #81260B

Tints of Falu Red #81260B

Color information

#81260B (or 0x81260B) is unknown color: approx Falu Red. HEX triplet: 81, 26 and 0B. RGB value is (129,38,11). Sum of RGB (Red+Green+Blue) = 129+38+11=178 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.47% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 11 (4.69% from 255 or 6.18% from 178); Max value from RGB is 129 - color contains mainly: red. Hex color #81260B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81260B is #7ED9F4. Grayscale: #3E3E3E. Windows color (decimal): -8313333 or 730753. OLE color: 730753.

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

Color convert

RGB1293811-
CMYK00.710.910.49
HSL13.73º84.29%27.45%-
HSV(B)13.73º91.47%50.59%-
XYZ9.816.080.97-
YUV62.1399.15175.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 72.47%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 11 (4.69% from 255) = 6.18%
R=72.47%
G=21.35%
B=6.18%

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
Decimal129381100.710.910.4913.7384.2927.45
Hex8126B0475B31e541b
Octal20146130107133611612433
Binary1000000110011010110100011110110111100011110101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81260B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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