#931E0A

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

Shades of Falu Red #931E0A

Tints of Falu Red #931E0A

Color information

#931E0A (or 0x931E0A) is unknown color: approx Falu Red. HEX triplet: 93, 1E and 0A. RGB value is (147,30,10). Sum of RGB (Red+Green+Blue) = 147+30+10=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 10 (4.30% from 255 or 5.35% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #931E0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E0A is #6CE1F5. Grayscale: #3E3E3E. Windows color (decimal): -7135734 or 663187. OLE color: 663187.

HSL color Cylindrical-coordinate representation of color #931E0A: hue angle of 8.76º degrees, saturation: 0.87, 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 #931E0A is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1473010-
CMYK00.800.930.42
HSL8.76º87.26%30.78%-
HSV(B)8.76º93.2%57.65%-
XYZ12.557.151.01-
YUV62.798.26188.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.61%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 10 (4.30% from 255) = 5.35%
R=78.61%
G=16.04%
B=5.35%

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
Decimal147301000.800.930.428.7687.2630.78
Hex931EA0505D2A9571f
Octal22336120120135521112737
Binary100100111111010100101000010111011010101001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931E0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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