#88150F

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

Shades of Falu Red #88150F

Tints of Falu Red #88150F

Color information

#88150F (or 0x88150F) is unknown color: approx Falu Red. HEX triplet: 88, 15 and 0F. RGB value is (136,21,15). Sum of RGB (Red+Green+Blue) = 136+21+15=172 (22% of max value = 765). Red value is 136 (53.52% from 255 or 79.07% from 172); Green value is 21 (8.59% from 255 or 12.21% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 136 - color contains mainly: red. Hex color #88150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #88150F is #77EAF0. Grayscale: #363636. Windows color (decimal): -7858929 or 988552. OLE color: 988552.

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

Color convert

RGB1362115-
CMYK00.850.890.47
HSL2.98º80.13%29.61%-
HSV(B)2.98º88.97%53.33%-
XYZ10.515.811.02-
YUV54.7105.6185.99-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 79.07%
GREEN value IS 21 (8.59% from 255) = 12.21%
BLUE value IS 15 (6.25% from 255) = 8.72%
R=79.07%
G=12.21%
B=8.72%

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
Decimal136211500.850.890.472.9880.1329.61
Hex8815F055592F3501e
Octal2102517012513157312036
Binary1000100010101111101010101101100110111111101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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