#931F09

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

Shades of Falu Red #931F09

Tints of Falu Red #931F09

Color information

#931F09 (or 0x931F09) is unknown color: approx Falu Red. HEX triplet: 93, 1F and 09. RGB value is (147,31,9). Sum of RGB (Red+Green+Blue) = 147+31+9=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 9 (3.91% from 255 or 4.81% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #931F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931F09 is #6CE0F6. Grayscale: #3F3F3F. Windows color (decimal): -7135479 or 597907. OLE color: 597907.

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

Color convert

RGB147319-
CMYK00.790.940.42
HSL9.57º88.46%30.59%-
HSV(B)9.57º93.88%57.65%-
XYZ12.577.20.99-
YUV63.1897.43187.79-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 78.61%
GREEN value IS 31 (12.5% from 255) = 16.58%
BLUE value IS 9 (3.91% from 255) = 4.81%
R=78.61%
G=16.58%
B=4.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.94
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14731900.790.940.429.5788.4630.59
Hex931F904F5E2Aa581f
Octal22337110117136521213037
Binary100100111111110010100111110111101010101010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,31,9); }

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

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

 a { background-color: rgb(147,31,9); }

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

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

 span { border-color: rgb(147,31,9); }

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