#8B1919

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

Shades of Falu Red #8B1919

Tints of Falu Red #8B1919

Color information

#8B1919 (or 0x8B1919) is unknown color: approx Falu Red. HEX triplet: 8B, 19 and 19. RGB value is (139,25,25). Sum of RGB (Red+Green+Blue) = 139+25+25=189 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.54% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 25 (10.16% from 255 or 13.23% from 189); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1919 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1919 is #74E6E6. Grayscale: #3B3B3B. Windows color (decimal): -7661287 or 1644939. OLE color: 1644939.

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

Color convert

RGB1392525-
CMYK00.820.820.45
HSL69.51%32.16%-
HSV(B)82.01%54.51%-
XYZ11.176.251.54-
YUV59.09108.77185-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 73.54%
GREEN value IS 25 (10.16% from 255) = 13.23%
BLUE value IS 25 (10.16% from 255) = 13.23%
R=73.54%
G=13.23%
B=13.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139252500.820.820.45069.5132.16
Hex8B1919052522D04620
Octal2133131012212255010640
Binary10001011110011100101010010101001010110101000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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