#8B1F16

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

Shades of Falu Red #8B1F16

Tints of Falu Red #8B1F16

Color information

#8B1F16 (or 0x8B1F16) is unknown color: approx Falu Red. HEX triplet: 8B, 1F and 16. RGB value is (139,31,22). Sum of RGB (Red+Green+Blue) = 139+31+22=192 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.40% from 192); Green value is 31 (12.5% from 255 or 16.15% from 192); Blue value is 22 (8.98% from 255 or 11.46% from 192); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1F16 is #74E0E9. Grayscale: #3E3E3E. Windows color (decimal): -7659754 or 1449867. OLE color: 1449867.

HSL color Cylindrical-coordinate representation of color #8B1F16: hue angle of 4.62º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8B1F16 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB1393122-
CMYK00.780.840.45
HSL4.62º72.67%31.57%-
HSV(B)4.62º84.17%54.51%-
XYZ11.286.531.42-
YUV62.27105.28182.73-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 72.40%
GREEN value IS 31 (12.5% from 255) = 16.15%
BLUE value IS 22 (8.98% from 255) = 11.46%
R=72.40%
G=16.15%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139312200.780.840.454.6272.6731.57
Hex8B1F1604E542D54920
Octal2133726011612455511140
Binary1000101111111101100100111010101001011011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,31,22); }

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

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

 a { background-color: rgb(139,31,22); }

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

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

 span { border-color: rgb(139,31,22); }

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