#931B0E

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

Shades of Falu Red #931B0E

Tints of Falu Red #931B0E

Color information

#931B0E (or 0x931B0E) is unknown color: approx Falu Red. HEX triplet: 93, 1B and 0E. RGB value is (147,27,14). Sum of RGB (Red+Green+Blue) = 147+27+14=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 14 (5.86% from 255 or 7.45% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #931B0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931B0E is #6CE4F1. Grayscale: #3D3D3D. Windows color (decimal): -7136498 or 924563. OLE color: 924563.

HSL color Cylindrical-coordinate representation of color #931B0E: hue angle of 5.86º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #931B0E is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1472714-
CMYK00.820.900.42
HSL5.86º82.61%31.57%-
HSV(B)5.86º90.48%57.65%-
XYZ12.57.021.11-
YUV61.4101.26189.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 27 (10.94% from 255) = 14.36%
BLUE value IS 14 (5.86% from 255) = 7.45%
R=78.19%
G=14.36%
B=7.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147271400.820.900.425.8682.6131.57
Hex931BE0525A2A65320
Octal2233316012213252612340
Binary100100111101111100101001010110101010101101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931B0E; }

 p { color: rgb(147,27,14); }

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

<style>
 a { background-color: #931B0E; }

 a { background-color: rgb(147,27,14); }

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

<style>
 span { border-color: #931B0E; }

 span { border-color: rgb(147,27,14); }

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