#8B1F03

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

Shades of Falu Red #8B1F03

Tints of Falu Red #8B1F03

Color information

#8B1F03 (or 0x8B1F03) is unknown color: approx Falu Red. HEX triplet: 8B, 1F and 03. RGB value is (139,31,3). Sum of RGB (Red+Green+Blue) = 139+31+3=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 31 (12.5% from 255 or 17.92% from 173); Blue value is 3 (1.56% from 255 or 1.73% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1F03 is #74E0FC. Grayscale: #3C3C3C. Windows color (decimal): -7659773 or 204683. OLE color: 204683.

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

Color convert

RGB139313-
CMYK00.780.980.45
HSL12.35º95.77%27.84%-
HSV(B)12.35º97.84%54.51%-
XYZ11.156.480.75-
YUV60.195.78184.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.35%
GREEN value IS 31 (12.5% from 255) = 17.92%
BLUE value IS 3 (1.56% from 255) = 1.73%
R=80.35%
G=17.92%
B=1.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13931300.780.980.4512.3595.7727.84
Hex8B1F304E622Dc601c
Octal2133730116142551414034
Binary1000101111111110100111011000101011011100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,31,3); }

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

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

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

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

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

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

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