#931A06

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

Shades of Falu Red #931A06

Tints of Falu Red #931A06

Color information

#931A06 (or 0x931A06) is unknown color: approx Falu Red. HEX triplet: 93, 1A and 06. RGB value is (147,26,6). Sum of RGB (Red+Green+Blue) = 147+26+6=179 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.12% from 179); Green value is 26 (10.55% from 255 or 14.53% from 179); Blue value is 6 (2.73% from 255 or 3.35% from 179); Max value from RGB is 147 - color contains mainly: red. Hex color #931A06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931A06 is #6CE5F9. Grayscale: #3C3C3C. Windows color (decimal): -7136762 or 400019. OLE color: 400019.

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

Color convert

RGB147266-
CMYK00.820.960.42
HSL8.51º92.16%30%-
HSV(B)8.51º95.92%57.65%-
XYZ12.436.950.86-
YUV59.997.59190.13-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.12%
GREEN value IS 26 (10.55% from 255) = 14.53%
BLUE value IS 6 (2.73% from 255) = 3.35%
R=82.12%
G=14.53%
B=3.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14726600.820.960.428.5192.1630
Hex931A6052602A95c1e
Octal2233260122140521113436
Binary10010011110101100101001011000001010101001101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,26,6); }

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

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

 a { background-color: rgb(147,26,6); }

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

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

 span { border-color: rgb(147,26,6); }

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