#8B1D13

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

Shades of Falu Red #8B1D13

Tints of Falu Red #8B1D13

Color information

#8B1D13 (or 0x8B1D13) is unknown color: approx Falu Red. HEX triplet: 8B, 1D and 13. RGB value is (139,29,19). Sum of RGB (Red+Green+Blue) = 139+29+19=187 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.33% from 187); Green value is 29 (11.72% from 255 or 15.51% from 187); Blue value is 19 (7.81% from 255 or 10.16% from 187); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1D13 is #74E2EC. Grayscale: #3C3C3C. Windows color (decimal): -7660269 or 1252747. OLE color: 1252747.

HSL color Cylindrical-coordinate representation of color #8B1D13: hue angle of 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 #8B1D13 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB1392919-
CMYK00.790.860.45
HSL75.95%30.98%-
HSV(B)86.33%54.51%-
XYZ11.26.411.26-
YUV60.75104.44183.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 74.33%
GREEN value IS 29 (11.72% from 255) = 15.51%
BLUE value IS 19 (7.81% from 255) = 10.16%
R=74.33%
G=15.51%
B=10.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139291900.790.860.45575.9530.98
Hex8B1D1304F562D54c1f
Octal2133523011712655511437
Binary100010111110110011010011111010110101101101100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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