#881508

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

Shades of Falu Red #881508

Tints of Falu Red #881508

Color information

#881508 (or 0x881508) is unknown color: approx Falu Red. HEX triplet: 88, 15 and 08. RGB value is (136,21,8). Sum of RGB (Red+Green+Blue) = 136+21+8=165 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.42% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 8 (3.52% from 255 or 4.85% from 165); Max value from RGB is 136 - color contains mainly: red. Hex color #881508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881508 is #77EAF7. Grayscale: #363636. Windows color (decimal): -7858936 or 529800. OLE color: 529800.

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

Color convert

RGB136218-
CMYK00.850.940.47
HSL6.09º88.89%28.24%-
HSV(B)6.09º94.12%53.33%-
XYZ10.475.790.8-
YUV53.9102.1186.56-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 82.42%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 8 (3.52% from 255) = 4.85%
R=82.42%
G=12.73%
B=4.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.94
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13621800.850.940.476.0988.8928.24
Hex881580555E2F6591c
Octal2102510012513657613134
Binary10001000101011000010101011011110101111110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881508; }

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

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

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

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

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

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

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

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