#8B1310

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

Shades of Falu Red #8B1310

Tints of Falu Red #8B1310

Color information

#8B1310 (or 0x8B1310) is unknown color: approx Falu Red. HEX triplet: 8B, 13 and 10. RGB value is (139,19,16). Sum of RGB (Red+Green+Blue) = 139+19+16=174 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.89% from 174); Green value is 19 (7.81% from 255 or 10.92% from 174); Blue value is 16 (6.64% from 255 or 9.20% from 174); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1310 is #74ECEF. Grayscale: #363636. Windows color (decimal): -7662832 or 1053579. OLE color: 1053579.

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

Color convert

RGB1391916-
CMYK00.860.880.45
HSL1.46º79.35%30.39%-
HSV(B)1.46º88.49%54.51%-
XYZ10.975.991.07-
YUV54.54106.26188.24-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 79.89%
GREEN value IS 19 (7.81% from 255) = 10.92%
BLUE value IS 16 (6.64% from 255) = 9.20%
R=79.89%
G=10.92%
B=9.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139191600.860.880.451.4679.3530.39
Hex8B1310056582D14f1e
Octal2132320012613055111736
Binary1000101110011100000101011010110001011011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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