#8B190C

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

Shades of Falu Red #8B190C

Tints of Falu Red #8B190C

Color information

#8B190C (or 0x8B190C) is unknown color: approx Falu Red. HEX triplet: 8B, 19 and 0C. RGB value is (139,25,12). Sum of RGB (Red+Green+Blue) = 139+25+12=176 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.98% from 176); Green value is 25 (10.16% from 255 or 14.20% from 176); Blue value is 12 (5.08% from 255 or 6.82% from 176); Max value from RGB is 139 - color contains mainly: red. Hex color #8B190C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B190C is #74E6F3. Grayscale: #393939. Windows color (decimal): -7661300 or 792971. OLE color: 792971.

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

Color convert

RGB1392512-
CMYK00.820.910.45
HSL6.14º84.11%29.61%-
HSV(B)6.14º91.37%54.51%-
XYZ11.066.210.96-
YUV57.6102.27186.06-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 78.98%
GREEN value IS 25 (10.16% from 255) = 14.20%
BLUE value IS 12 (5.08% from 255) = 6.82%
R=78.98%
G=14.20%
B=6.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139251200.820.910.456.1484.1129.61
Hex8B19C0525B2D6541e
Octal2133114012213355612436
Binary10001011110011100010100101011011101101110101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,25,12); }

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

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

 a { background-color: rgb(139,25,12); }

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

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

 span { border-color: rgb(139,25,12); }

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