#88160F

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

Shades of Falu Red #88160F

Tints of Falu Red #88160F

Color information

#88160F (or 0x88160F) is unknown color: approx Falu Red. HEX triplet: 88, 16 and 0F. RGB value is (136,22,15). Sum of RGB (Red+Green+Blue) = 136+22+15=173 (22% of max value = 765). Red value is 136 (53.52% from 255 or 78.61% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 15 (6.25% from 255 or 8.67% from 173); Max value from RGB is 136 - color contains mainly: red. Hex color #88160F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88160F is #77E9F0. Grayscale: #373737. Windows color (decimal): -7858673 or 988808. OLE color: 988808.

HSL color Cylindrical-coordinate representation of color #88160F: hue angle of 3.47º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #88160F is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB1362215-
CMYK00.840.890.47
HSL3.47º80.13%29.61%-
HSV(B)3.47º88.97%53.33%-
XYZ10.535.841.02-
YUV55.29105.27185.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 78.61%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 15 (6.25% from 255) = 8.67%
R=78.61%
G=12.72%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136221500.840.890.473.4780.1329.61
Hex8816F054592F3501e
Octal2102617012413157312036
Binary1000100010110111101010100101100110111111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88160F; }

 p { color: rgb(136,22,15); }

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

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

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

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

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

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

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