#881717

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

Shades of Falu Red #881717

Tints of Falu Red #881717

Color information

#881717 (or 0x881717) is unknown color: approx Falu Red. HEX triplet: 88, 17 and 17. RGB value is (136,23,23). Sum of RGB (Red+Green+Blue) = 136+23+23=182 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.73% from 182); Green value is 23 (9.38% from 255 or 12.64% from 182); Blue value is 23 (9.38% from 255 or 12.64% from 182); Max value from RGB is 136 - color contains mainly: red. Hex color #881717 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #881717 is #77E8E8. Grayscale: #383838. Windows color (decimal): -7858409 or 1513352. OLE color: 1513352.

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

Color convert

RGB1362323-
CMYK00.830.830.47
HSL71.07%31.18%-
HSV(B)83.09%53.33%-
XYZ10.615.911.39-
YUV56.79108.94184.5-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 74.73%
GREEN value IS 23 (9.38% from 255) = 12.64%
BLUE value IS 23 (9.38% from 255) = 12.64%
R=74.73%
G=12.64%
B=12.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136232300.830.830.47071.0731.18
Hex881717053532F0471f
Octal2102727012312357010737
Binary1000100010111101110101001110100111011110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #881717

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #881717; }

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

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

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

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

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

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

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

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