#931906

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

Shades of Falu Red #931906

Tints of Falu Red #931906

Color information

#931906 (or 0x931906) is unknown color: approx Falu Red. HEX triplet: 93, 19 and 06. RGB value is (147,25,6). Sum of RGB (Red+Green+Blue) = 147+25+6=178 (23% of max value = 765). Red value is 147 (57.81% from 255 or 82.58% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 6 (2.73% from 255 or 3.37% from 178); Max value from RGB is 147 - color contains mainly: red. Hex color #931906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #931906 is #6CE6F9. Grayscale: #3B3B3B. Windows color (decimal): -7137018 or 399763. OLE color: 399763.

HSL color Cylindrical-coordinate representation of color #931906: hue angle of 8.09º 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 #931906 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.42.

Color convert

RGB147256-
CMYK00.830.960.42
HSL8.09º92.16%30%-
HSV(B)8.09º95.92%57.65%-
XYZ12.416.910.85-
YUV59.3197.92190.54-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 82.58%
GREEN value IS 25 (10.16% from 255) = 14.04%
BLUE value IS 6 (2.73% from 255) = 3.37%
R=82.58%
G=14.04%
B=3.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14725600.830.960.428.0992.1630
Hex93196053602A85c1e
Octal2233160123140521013436
Binary10010011110011100101001111000001010101000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #931906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #931906; }

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

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

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

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

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

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

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

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