#881815

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

Shades of Falu Red #881815

Tints of Falu Red #881815

Color information

#881815 (or 0x881815) is unknown color: approx Falu Red. HEX triplet: 88, 18 and 15. RGB value is (136,24,21). Sum of RGB (Red+Green+Blue) = 136+24+21=181 (23% of max value = 765). Red value is 136 (53.52% from 255 or 75.14% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 136 - color contains mainly: red. Hex color #881815 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881815 is #77E7EA. Grayscale: #393939. Windows color (decimal): -7858155 or 1382536. OLE color: 1382536.

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

Color convert

RGB1362421-
CMYK00.820.850.47
HSL1.57º73.25%30.78%-
HSV(B)1.57º84.56%53.33%-
XYZ10.625.941.3-
YUV57.15107.61184.24-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 75.14%
GREEN value IS 24 (9.77% from 255) = 13.26%
BLUE value IS 21 (8.59% from 255) = 11.60%
R=75.14%
G=13.26%
B=11.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136242100.820.850.471.5773.2530.78
Hex881815052552F2491f
Octal2103025012212557211137
Binary10001000110001010101010010101010110111110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881815; }

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

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

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

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

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

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

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

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