#921906

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

Shades of Falu Red #921906

Tints of Falu Red #921906

Color information

#921906 (or 0x921906) is unknown color: approx Falu Red. HEX triplet: 92, 19 and 06. RGB value is (146,25,6). Sum of RGB (Red+Green+Blue) = 146+25+6=177 (23% of max value = 765). Red value is 146 (57.42% from 255 or 82.49% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 146 - color contains mainly: red. Hex color #921906 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #921906 is #6DE6F9. Grayscale: #3B3B3B. Windows color (decimal): -7202554 or 399762. OLE color: 399762.

HSL color Cylindrical-coordinate representation of color #921906: hue angle of 8.14º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #921906 is Cyan = 0, Magento = 0.83, Yellow = 0.96 and Black (K on CMYK) = 0.43.

Color convert

RGB146256-
CMYK00.830.960.43
HSL8.14º92.11%29.8%-
HSV(B)8.14º95.89%57.25%-
XYZ12.236.820.84-
YUV59.0198.09190.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 82.49%
GREEN value IS 25 (10.16% from 255) = 14.12%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=82.49%
G=14.12%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14625600.830.960.438.1492.1129.8
Hex92196053602B85c1e
Octal2223160123140531013436
Binary10010010110011100101001111000001010111000101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921906; }

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

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

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

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

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

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

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

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