#81150B

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

Shades of Falu Red #81150B

Tints of Falu Red #81150B

Color information

#81150B (or 0x81150B) is unknown color: approx Falu Red. HEX triplet: 81, 15 and 0B. RGB value is (129,21,11). Sum of RGB (Red+Green+Blue) = 129+21+11=161 (21% of max value = 765). Red value is 129 (50.78% from 255 or 80.12% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 11 (4.69% from 255 or 6.83% from 161); Max value from RGB is 129 - color contains mainly: red. Hex color #81150B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #81150B is #7EEAF4. Grayscale: #343434. Windows color (decimal): -8317685 or 726401. OLE color: 726401.

HSL color Cylindrical-coordinate representation of color #81150B: hue angle of 5.08º 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 #81150B is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.49.

Color convert

RGB1292111-
CMYK00.840.910.49
HSL5.08º84.29%27.45%-
HSV(B)5.08º91.47%50.59%-
XYZ9.385.230.83-
YUV52.15104.78182.81-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 80.12%
GREEN value IS 21 (8.59% from 255) = 13.04%
BLUE value IS 11 (4.69% from 255) = 6.83%
R=80.12%
G=13.04%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.91
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129211100.840.910.495.0884.2927.45
Hex8115B0545B315541b
Octal2012513012413361512433
Binary10000001101011011010101001011011110001101101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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