#881C17

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

Shades of Falu Red #881C17

Tints of Falu Red #881C17

Color information

#881C17 (or 0x881C17) is unknown color: approx Falu Red. HEX triplet: 88, 1C and 17. RGB value is (136,28,23). Sum of RGB (Red+Green+Blue) = 136+28+23=187 (24% of max value = 765). Red value is 136 (53.52% from 255 or 72.73% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 23 (9.38% from 255 or 12.30% from 187); Max value from RGB is 136 - color contains mainly: red. Hex color #881C17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #881C17 is #77E3E8. Grayscale: #3B3B3B. Windows color (decimal): -7857129 or 1514632. OLE color: 1514632.

HSL color Cylindrical-coordinate representation of color #881C17: hue angle of 2.65º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #881C17 is Cyan = 0, Magento = 0.79, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB1362823-
CMYK00.790.830.47
HSL2.65º71.07%31.18%-
HSV(B)2.65º83.09%53.33%-
XYZ10.726.131.43-
YUV59.72107.28182.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 72.73%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 23 (9.38% from 255) = 12.30%
R=72.73%
G=14.97%
B=12.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136282300.790.830.472.6571.0731.18
Hex881C1704F532F3471f
Octal2103427011712357310737
Binary10001000111001011101001111101001110111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881C17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881C17; }

 p { color: rgb(136,28,23); }

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

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

 a { background-color: rgb(136,28,23); }

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

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

 span { border-color: rgb(136,28,23); }

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