#881413

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

Shades of Falu Red #881413

Tints of Falu Red #881413

Color information

#881413 (or 0x881413) is unknown color: approx Falu Red. HEX triplet: 88, 14 and 13. RGB value is (136,20,19). Sum of RGB (Red+Green+Blue) = 136+20+19=175 (23% of max value = 765). Red value is 136 (53.52% from 255 or 77.71% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 136 - color contains mainly: red. Hex color #881413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881413 is #77EBEC. Grayscale: #363636. Windows color (decimal): -7859181 or 1250440. OLE color: 1250440.

HSL color Cylindrical-coordinate representation of color #881413: hue angle of 0.51º 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 #881413 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB1362019-
CMYK00.850.860.47
HSL0.51º75.48%30.39%-
HSV(B)0.51º86.03%53.33%-
XYZ10.525.781.18-
YUV54.57107.93186.08-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 77.71%
GREEN value IS 20 (8.20% from 255) = 11.43%
BLUE value IS 19 (7.81% from 255) = 10.86%
R=77.71%
G=11.43%
B=10.86%

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
Decimal136201900.850.860.470.5175.4830.39
Hex881413055562F14b1e
Octal2102423012512657111336
Binary1000100010100100110101010110101101011111100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881413; }

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

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

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

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

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

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

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

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