#88140F

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

Shades of Falu Red #88140F

Tints of Falu Red #88140F

Color information

#88140F (or 0x88140F) is unknown color: approx Falu Red. HEX triplet: 88, 14 and 0F. RGB value is (136,20,15). Sum of RGB (Red+Green+Blue) = 136+20+15=171 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.53% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 136 - color contains mainly: red. Hex color #88140F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88140F is #77EBF0. Grayscale: #363636. Windows color (decimal): -7859185 or 988296. OLE color: 988296.

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

Color convert

RGB1362015-
CMYK00.850.890.47
HSL2.48º80.13%29.61%-
HSV(B)2.48º88.97%53.33%-
XYZ10.495.771.01-
YUV54.11105.93186.41-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 79.53%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 15 (6.25% from 255) = 8.77%
R=79.53%
G=11.70%
B=8.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136201500.850.890.472.4880.1329.61
Hex8814F055592F2501e
Octal2102417012513157212036
Binary1000100010100111101010101101100110111110101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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