#8B1607

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

Shades of Falu Red #8B1607

Tints of Falu Red #8B1607

Color information

#8B1607 (or 0x8B1607) is unknown color: approx Falu Red. HEX triplet: 8B, 16 and 07. RGB value is (139,22,7). Sum of RGB (Red+Green+Blue) = 139+22+7=168 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.74% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1607 is #74E9F8. Grayscale: #373737. Windows color (decimal): -7662073 or 464523. OLE color: 464523.

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

Color convert

RGB139227-
CMYK00.840.950.45
HSL6.82º90.41%28.63%-
HSV(B)6.82º94.96%54.51%-
XYZ10.976.080.8-
YUV55.27100.76187.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 82.74%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 7 (3.12% from 255) = 4.17%
R=82.74%
G=13.10%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13922700.840.950.456.8290.4128.63
Hex8B1670545F2D75a1d
Octal213267012413755713235
Binary1000101110110111010101001011111101101111101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B1607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,22,7); }

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

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

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

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

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

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

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