#922205

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

Shades of Falu Red #922205

Tints of Falu Red #922205

Color information

#922205 (or 0x922205) is unknown color: approx Falu Red. HEX triplet: 92, 22 and 05. RGB value is (146,34,5). Sum of RGB (Red+Green+Blue) = 146+34+5=185 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.92% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 5 (2.34% from 255 or 2.70% from 185); Max value from RGB is 146 - color contains mainly: red. Hex color #922205 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922205 is #6DDDFA. Grayscale: #404040. Windows color (decimal): -7200251 or 336530. OLE color: 336530.

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

Color convert

RGB146345-
CMYK00.770.970.43
HSL12.34º93.38%29.61%-
HSV(B)12.34º96.58%57.25%-
XYZ12.457.270.89-
YUV64.1894.61186.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.92%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 5 (2.34% from 255) = 2.70%
R=78.92%
G=18.38%
B=2.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14634500.770.970.4312.3493.3829.61
Hex9222504D612Bc5d1e
Octal2224250115141531413536
Binary100100101000101010100110111000011010111100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922205; }

 p { color: rgb(146,34,5); }

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

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

 a { background-color: rgb(146,34,5); }

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

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

 span { border-color: rgb(146,34,5); }

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