#8B1D05

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

Shades of Falu Red #8B1D05

Tints of Falu Red #8B1D05

Color information

#8B1D05 (or 0x8B1D05) is unknown color: approx Falu Red. HEX triplet: 8B, 1D and 05. RGB value is (139,29,5). Sum of RGB (Red+Green+Blue) = 139+29+5=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8B1D05 is #74E2FA. Grayscale: #3B3B3B. Windows color (decimal): -7660283 or 335243. OLE color: 335243.

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

Color convert

RGB139295-
CMYK00.790.960.45
HSL10.75º93.06%28.24%-
HSV(B)10.75º96.4%54.51%-
XYZ11.116.380.79-
YUV59.1597.44184.95-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 80.35%
GREEN value IS 29 (11.72% from 255) = 16.76%
BLUE value IS 5 (2.34% from 255) = 2.89%
R=80.35%
G=16.76%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13929500.790.960.4510.7593.0628.24
Hex8B1D504F602Db5d1c
Octal2133550117140551313534
Binary10001011111011010100111111000001011011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1D05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,29,5); }

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

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

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

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

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

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

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