#931E0B

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

Shades of Falu Red #931E0B

Tints of Falu Red #931E0B

Color information

#931E0B (or 0x931E0B) is unknown color: approx Falu Red. HEX triplet: 93, 1E and 0B. RGB value is (147,30,11). Sum of RGB (Red+Green+Blue) = 147+30+11=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 30 (12.11% from 255 or 15.96% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #931E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E0B is #6CE1F4. Grayscale: #3F3F3F. Windows color (decimal): -7135733 or 728723. OLE color: 728723.

HSL color Cylindrical-coordinate representation of color #931E0B: hue angle of 8.38º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #931E0B is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1473011-
CMYK00.800.930.42
HSL8.38º86.08%30.98%-
HSV(B)8.38º92.52%57.65%-
XYZ12.567.161.04-
YUV62.8298.76188.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.19%
GREEN value IS 30 (12.11% from 255) = 15.96%
BLUE value IS 11 (4.69% from 255) = 5.85%
R=78.19%
G=15.96%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147301100.800.930.428.3886.0830.98
Hex931EB0505D2A8561f
Octal22336130120135521012637
Binary100100111111010110101000010111011010101000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931E0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,30,11); }

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

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

 a { background-color: rgb(147,30,11); }

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

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

 span { border-color: rgb(147,30,11); }

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