#881513

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

Shades of Falu Red #881513

Tints of Falu Red #881513

Color information

#881513 (or 0x881513) is unknown color: approx Falu Red. HEX triplet: 88, 15 and 13. RGB value is (136,21,19). Sum of RGB (Red+Green+Blue) = 136+21+19=176 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.27% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 136 - color contains mainly: red. Hex color #881513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881513 is #77EAEC. Grayscale: #373737. Windows color (decimal): -7858925 or 1250696. OLE color: 1250696.

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

Color convert

RGB1362119-
CMYK00.850.860.47
HSL1.03º75.48%30.39%-
HSV(B)1.03º86.03%53.33%-
XYZ10.545.821.18-
YUV55.16107.6185.66-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 77.27%
GREEN value IS 21 (8.59% from 255) = 11.93%
BLUE value IS 19 (7.81% from 255) = 10.80%
R=77.27%
G=11.93%
B=10.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.86
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136211900.850.860.471.0375.4830.39
Hex881513055562F14b1e
Octal2102523012512657111336
Binary1000100010101100110101010110101101011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881513; }

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

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

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

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

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

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

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

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