#8B1C15

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

Shades of Falu Red #8B1C15

Tints of Falu Red #8B1C15

Color information

#8B1C15 (or 0x8B1C15) is unknown color: approx Falu Red. HEX triplet: 8B, 1C and 15. RGB value is (139,28,21). Sum of RGB (Red+Green+Blue) = 139+28+21=188 (24% of max value = 765). Red value is 139 (54.69% from 255 or 73.94% from 188); Green value is 28 (11.33% from 255 or 14.89% from 188); Blue value is 21 (8.59% from 255 or 11.17% from 188); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1C15 is #74E3EA. Grayscale: #3C3C3C. Windows color (decimal): -7660523 or 1383563. OLE color: 1383563.

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

Color convert

RGB1392821-
CMYK00.800.850.45
HSL3.56º73.75%31.37%-
HSV(B)3.56º84.89%54.51%-
XYZ11.26.371.35-
YUV60.39105.77184.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.94%
GREEN value IS 28 (11.33% from 255) = 14.89%
BLUE value IS 21 (8.59% from 255) = 11.17%
R=73.94%
G=14.89%
B=11.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139282100.800.850.453.5673.7531.37
Hex8B1C15050552D44a1f
Octal2133425012012555411237
Binary100010111110010101010100001010101101101100100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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