#931F05

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

Shades of Falu Red #931F05

Tints of Falu Red #931F05

Color information

#931F05 (or 0x931F05) is unknown color: approx Falu Red. HEX triplet: 93, 1F and 05. RGB value is (147,31,5). Sum of RGB (Red+Green+Blue) = 147+31+5=183 (24% of max value = 765). Red value is 147 (57.81% from 255 or 80.33% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 5 (2.34% from 255 or 2.73% from 183); Max value from RGB is 147 - color contains mainly: red. Hex color #931F05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931F05 is #6CE0FA. Grayscale: #3E3E3E. Windows color (decimal): -7135483 or 335763. OLE color: 335763.

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

Color convert

RGB147315-
CMYK00.790.970.42
HSL10.99º93.42%29.8%-
HSV(B)10.99º96.6%57.65%-
XYZ12.557.190.87-
YUV62.7295.43188.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 80.33%
GREEN value IS 31 (12.5% from 255) = 16.94%
BLUE value IS 5 (2.34% from 255) = 2.73%
R=80.33%
G=16.94%
B=2.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.97
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14731500.790.970.4210.9993.4229.8
Hex931F504F612Ab5d1e
Octal2233750117141521313536
Binary10010011111111010100111111000011010101011101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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