#881512

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

Shades of Falu Red #881512

Tints of Falu Red #881512

Color information

#881512 (or 0x881512) is unknown color: approx Falu Red. HEX triplet: 88, 15 and 12. RGB value is (136,21,18). Sum of RGB (Red+Green+Blue) = 136+21+18=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 18 (7.42% from 255 or 10.29% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881512 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881512 is #77EAED. Grayscale: #373737. Windows color (decimal): -7858926 or 1185160. OLE color: 1185160.

HSL color Cylindrical-coordinate representation of color #881512: hue angle of 1.53º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881512 is Cyan = 0, Magento = 0.85, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1362118-
CMYK00.850.870.47
HSL1.53º76.62%30.2%-
HSV(B)1.53º86.76%53.33%-
XYZ10.535.811.14-
YUV55.04107.1185.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 77.71%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 18 (7.42% from 255) = 10.29%
R=77.71%
G=12%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136211800.850.870.471.5376.6230.2
Hex881512055572F24d1e
Octal2102522012512757211536
Binary10001000101011001001010101101011110111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881512; }

 p { color: rgb(136,21,18); }

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

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

 a { background-color: rgb(136,21,18); }

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

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

 span { border-color: rgb(136,21,18); }

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