#922207

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

Shades of Falu Red #922207

Tints of Falu Red #922207

Color information

#922207 (or 0x922207) is unknown color: approx Falu Red. HEX triplet: 92, 22 and 07. RGB value is (146,34,7). Sum of RGB (Red+Green+Blue) = 146+34+7=187 (24% of max value = 765). Red value is 146 (57.42% from 255 or 78.07% from 187); Green value is 34 (13.67% from 255 or 18.18% from 187); Blue value is 7 (3.12% from 255 or 3.74% from 187); Max value from RGB is 146 - color contains mainly: red. Hex color #922207 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922207 is #6DDDF8. Grayscale: #404040. Windows color (decimal): -7200249 or 467602. OLE color: 467602.

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

Color convert

RGB146347-
CMYK00.770.950.43
HSL11.65º90.85%30%-
HSV(B)11.65º95.21%57.25%-
XYZ12.467.270.95-
YUV64.4195.61186.2-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 78.07%
GREEN value IS 34 (13.67% from 255) = 18.18%
BLUE value IS 7 (3.12% from 255) = 3.74%
R=78.07%
G=18.18%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.95
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14634700.770.950.4311.6590.8530
Hex9222704D5F2Bc5b1e
Octal2224270115137531413336
Binary100100101000101110100110110111111010111100101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922207; }

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

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

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

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

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

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

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

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