#891B0B

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

Shades of Falu Red #891B0B

Tints of Falu Red #891B0B

Color information

#891B0B (or 0x891B0B) is unknown color: approx Falu Red. HEX triplet: 89, 1B and 0B. RGB value is (137,27,11). Sum of RGB (Red+Green+Blue) = 137+27+11=175 (23% of max value = 765). Red value is 137 (53.91% from 255 or 78.29% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 137 - color contains mainly: red. Hex color #891B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #891B0B is #76E4F4. Grayscale: #3A3A3A. Windows color (decimal): -7791861 or 727945. OLE color: 727945.

HSL color Cylindrical-coordinate representation of color #891B0B: hue angle of 7.62º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #891B0B is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.46.

Color convert

RGB1372711-
CMYK00.800.920.46
HSL7.62º85.14%29.02%-
HSV(B)7.62º91.97%53.73%-
XYZ10.776.130.93-
YUV58.07101.44184.3-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 78.29%
GREEN value IS 27 (10.94% from 255) = 15.43%
BLUE value IS 11 (4.69% from 255) = 6.29%
R=78.29%
G=15.43%
B=6.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137271100.800.920.467.6285.1429.02
Hex891BB0505C2E8551d
Octal21133130120134561012535
Binary100010011101110110101000010111001011101000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #891B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #891B0B; }

 p { color: rgb(137,27,11); }

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

<style>
 a { background-color: #891B0B; }

 a { background-color: rgb(137,27,11); }

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

<style>
 span { border-color: #891B0B; }

 span { border-color: rgb(137,27,11); }

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