#8B150F

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

Shades of Falu Red #8B150F

Tints of Falu Red #8B150F

Color information

#8B150F (or 0x8B150F) is unknown color: approx Falu Red. HEX triplet: 8B, 15 and 0F. RGB value is (139,21,15). Sum of RGB (Red+Green+Blue) = 139+21+15=175 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.43% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 139 - color contains mainly: red. Hex color #8B150F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B150F is #74EAF0. Grayscale: #373737. Windows color (decimal): -7662321 or 988555. OLE color: 988555.

HSL color Cylindrical-coordinate representation of color #8B150F: hue angle of 2.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B150F is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.45.

Color convert

RGB1392115-
CMYK00.850.890.45
HSL2.9º80.52%30.2%-
HSV(B)2.9º89.21%54.51%-
XYZ116.061.04-
YUV55.6105.09187.49-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.43%
GREEN value IS 21 (8.59% from 255) = 12%
BLUE value IS 15 (6.25% from 255) = 8.57%
R=79.43%
G=12%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139211500.850.890.452.980.5230.2
Hex8B15F055592D3511e
Octal2132517012513155312136
Binary1000101110101111101010101101100110110111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B150F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B150F; }

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

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

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

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

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

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

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

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