#8B1E13

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

Shades of Falu Red #8B1E13

Tints of Falu Red #8B1E13

Color information

#8B1E13 (or 0x8B1E13) is unknown color: approx Falu Red. HEX triplet: 8B, 1E and 13. RGB value is (139,30,19). Sum of RGB (Red+Green+Blue) = 139+30+19=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 19 (7.81% from 255 or 10.11% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1E13 is #74E1EC. Grayscale: #3D3D3D. Windows color (decimal): -7660013 or 1253003. OLE color: 1253003.

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

Color convert

RGB1393019-
CMYK00.780.860.45
HSL5.5º75.95%30.98%-
HSV(B)5.5º86.33%54.51%-
XYZ11.236.461.27-
YUV61.34104.11183.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.94%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 19 (7.81% from 255) = 10.11%
R=73.94%
G=15.96%
B=10.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139301900.780.860.455.575.9530.98
Hex8B1E1304E562D54c1f
Octal2133623011612655511437
Binary100010111111010011010011101010110101101101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,30,19); }

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

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

 a { background-color: rgb(139,30,19); }

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

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

 span { border-color: rgb(139,30,19); }

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